summaryrefslogtreecommitdiff
path: root/zebra/zserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 620e24dd..445dc766 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -41,10 +41,16 @@ struct zserv
struct stream *ibuf;
struct stream *obuf;
+ /* Buffer of data waiting to be written to client. */
+ struct buffer *wb;
+
/* Threads for read/write. */
struct thread *t_read;
struct thread *t_write;
+ /* Thread for delayed close. */
+ struct thread *t_suicide;
+
/* default routing table this client munges */
int rtm_table;