diff options
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index a1b55bf8e..fc338d89e 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -72,6 +72,7 @@ struct zserv { /* Threads for read/write. */ struct thread *t_read; struct thread *t_write; + struct thread *t_flush; /* default routing table this client munges */ int rtm_table; |