diff options
Diffstat (limited to 'lib/fifo.h')
-rw-r--r-- | lib/fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ struct fifo { struct fifo *next; struct fifo *prev; + u_int32_t count; }; #define FIFO_INIT(F) \ |