X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=chunk_queue.c;h=bb97c6902ae92379b04033990598c958a8dd76b4;hp=f7f503abea9ecc093fc4d577942bea36b510d419;hb=16758aa8a898d222ef417d408916f1dc11b12650;hpb=e61fefa8429ed4c87098f7a81373a8cf952ee8c7 diff --git a/chunk_queue.c b/chunk_queue.c index f7f503ab..bb97c690 100644 --- a/chunk_queue.c +++ b/chunk_queue.c @@ -1,11 +1,13 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file chunk_queue.c Queuing functions for paraslash senders. */ +#include + #include "para.h" #include "list.h" #include "afh.h" @@ -110,7 +112,7 @@ void cq_update(struct chunk_queue *cq, size_t sent) * * \param qc The queued chunk. * \param buf Result pointer. - * \param len Number of bytes of \a buf. + * \param num_bytes Number of bytes of \a buf. * * \return Positive on success, negative on errors. */