summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 57d67306..87d2b4ad 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -64,6 +64,8 @@ struct client_gr_info {
/* Book keeping */
void *stale_client_ptr;
struct event *t_stale_removal;
+ void *client_ptr;
+ time_t route_sync_done_time;
TAILQ_ENTRY(client_gr_info) gr_info;
};