summaryrefslogtreecommitdiffstats
path: root/lib/fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fifo.h')
-rw-r--r--lib/fifo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fifo.h b/lib/fifo.h
index 6be75b76..47a1e888 100644
--- a/lib/fifo.h
+++ b/lib/fifo.h
@@ -25,6 +25,7 @@ struct fifo
{
struct fifo *next;
struct fifo *prev;
+ u_int32_t count;
};
#define FIFO_INIT(F) \