]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
chunk queue: Fix chunk dequeuing.
authorAndre Noll <maan@systemlinux.org>
Mon, 12 Apr 2010 16:04:31 +0000 (18:04 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 12 Apr 2010 16:04:31 +0000 (18:04 +0200)
We missed to update the number of pending bytes when removing
a chunk from the queue.

This patch also clarifies the description of the cq parameter of
cq_dequeue().

Thanks to Gerrit Renker who pointed out this bug.


No differences found