diff options
Diffstat (limited to 'bgpd/bgp_labelpool.h')
| -rw-r--r-- | bgpd/bgp_labelpool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_labelpool.h b/bgpd/bgp_labelpool.h index a17482d112..509f9e625d 100644 --- a/bgpd/bgp_labelpool.h +++ b/bgpd/bgp_labelpool.h @@ -35,8 +35,8 @@ struct labelpool { extern void bgp_lp_init(struct event_loop *master, struct labelpool *pool); extern void bgp_lp_finish(void); -extern void bgp_lp_get(int type, void *labelid, - int (*cbfunc)(mpls_label_t label, void *labelid, bool allocated)); +extern void bgp_lp_get(int type, void *labelid, vrf_id_t vrf_id, + int (*cbfunc)(mpls_label_t label, void *labelid, bool allocated)); extern void bgp_lp_release(int type, void *labelid, mpls_label_t label); extern void bgp_lp_event_chunk(uint32_t first, uint32_t last); extern void bgp_lp_event_zebra_down(void); |
