Fix missing GWBUF queue

This commit is contained in:
Mark Riddoch 2014-05-19 15:18:09 +01:00
parent 6d83e48b87
commit d52f761b2d

View File

@ -189,6 +189,7 @@ typedef struct router_instance {
BLCACHE *cache[2];
ROUTER_STATS stats; /*< Statistics for this router */
int active_logs;
GWBUF *queue;
struct router_instance
*next;
} ROUTER_INSTANCE;