diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index e0f492b36b..597d3f4572 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -129,7 +129,7 @@ struct zebra_router { struct zserv_client_list_head client_list; /* List of clients in GR */ - struct list *stale_client_list; + struct zserv_stale_client_list_head stale_client_list; struct zebra_router_table_head tables; |
