ustream: increment receive buffer count
authorFelix Fietkau <nbd@openwrt.org>
Thu, 3 Jan 2013 15:32:25 +0000 (16:32 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Jan 2013 15:32:49 +0000 (16:32 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ustream.c

index 9c61806..719af99 100644 (file)
--- a/ustream.c
+++ b/ustream.c
@@ -37,6 +37,7 @@ static void ustream_init_buf(struct ustream_buf *buf, int len)
 
 static void ustream_add_buf(struct ustream_buf_list *l, struct ustream_buf *buf)
 {
 
 static void ustream_add_buf(struct ustream_buf_list *l, struct ustream_buf *buf)
 {
+       l->buffers++;
        if (!l->tail)
                l->head = buf;
        else
        if (!l->tail)
                l->head = buf;
        else