diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
commit | 05aac414e69068748a8e6d6f7e3b0bdb74677039 (patch) | |
tree | 74b0f20eccc12c1cda9a8650661a7c8753bfba12 /ldpd/lde.h | |
parent | ldpd: replace hand-rolled 'for' loop with specialized macro (diff) | |
download | frr-05aac414e69068748a8e6d6f7e3b0bdb74677039.tar.xz frr-05aac414e69068748a8e6d6f7e3b0bdb74677039.zip |
ldpd: minor tweaks
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.h')
-rw-r--r-- | ldpd/lde.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index e0e9873d5..b3fa2d469 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -147,7 +147,8 @@ void lde_send_labelwithdraw(struct lde_nbr *, struct fec_node *, void lde_send_labelwithdraw_all(struct fec_node *, uint32_t); void lde_send_labelrelease(struct lde_nbr *, struct fec_node *, uint32_t); -void lde_send_notification(uint32_t, uint32_t, uint32_t, uint16_t); +void lde_send_notification(struct lde_nbr *, uint32_t, uint32_t, + uint16_t); struct lde_nbr *lde_nbr_find_by_lsrid(struct in_addr); struct lde_nbr *lde_nbr_find_by_addr(int, union ldpd_addr *); struct lde_map *lde_map_add(struct lde_nbr *, struct fec_node *, int); |