diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-03-23 12:37:28 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 13:37:21 +0100 |
commit | 02e701e49e90e7b0f2d9332b54210507f965669f (patch) | |
tree | 539267b6a9e87a6feed4d5ea1e258e7a638112db /ripd | |
parent | *: Convert event.h to frrevent.h (diff) | |
download | frr-02e701e49e90e7b0f2d9332b54210507f965669f.tar.xz frr-02e701e49e90e7b0f2d9332b54210507f965669f.zip |
*: Fixup formatting issues due to reordering
All the event changes exposed a bunch of places where
we were not properly following our standards. Just
clean them up in one big fell swoop.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/ripd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 6cde37148..176a3bfc3 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -418,7 +418,7 @@ extern void rip_if_init(void); extern void rip_route_map_init(void); extern void rip_zebra_vrf_register(struct vrf *vrf); extern void rip_zebra_vrf_deregister(struct vrf *vrf); -extern void rip_zclient_init(struct event_loop *); +extern void rip_zclient_init(struct event_loop *e); extern void rip_zclient_stop(void); extern int if_check_address(struct rip *rip, struct in_addr addr); extern struct rip *rip_lookup_by_vrf_id(vrf_id_t vrf_id); |