]> git.tuebingen.mpg.de Git - paraslash.git/commit
struct http_client: Use a _pointer_ to the chunk_queue.
authorAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 16:47:50 +0000 (18:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 16:47:50 +0000 (18:47 +0200)
commit28ca8e57ce76f5496f0d1ba143ec2c1c725bc90a
treed8b2c8079e6aaefc2e60b6dbea761eb8bc35a1a6
parentc83577be9792e7872c70ba8f4d610278f01b8b11
struct http_client: Use a _pointer_ to the chunk_queue.

This way, http_send.c no longer needs to know the size
of struct chunk_queue(). Allocation of the proper struct
is now done in cq_init().
http_send.c