diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-03-16 16:56:19 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2025-03-19 13:27:36 -0400 |
| commit | 24d293277f9e34c57605c7e62aa9658abf617063 (patch) | |
| tree | 2341ee8056a1f058dd13f670c9665b81c4e936fc /zebra/zebra_router.h | |
| parent | 5602e5fe2801f70c5363729e4d248e8705eaca0c (diff) | |
zebra: Convert the zrouter.client_list to a typesafe list
This list should just be a typesafe list.
Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
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 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; |
