summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index d357994ec2..e0f492b36b 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -126,7 +126,7 @@ struct zebra_router {
struct timer_wheel *ra_wheel;
/* Lists of clients who have connected to us */
- struct list *client_list;
+ struct zserv_client_list_head client_list;
/* List of clients in GR */
struct list *stale_client_list;