We need to hold a reference to the nexthop so when we dettach it
[mpls-ldp-portable.git] / common / mpls_compare.h
blobcbb2d4dc68a7f02b4866342312495dfb2ac5e994
1 #ifndef MPLS_COMPARE_H
2 #define MPLS_COMPARE_H
4 #include "mpls_struct.h"
6 int mpls_inet_addr_compare(struct mpls_inet_addr*, struct mpls_inet_addr*);
7 int mpls_nexthop_compare(struct mpls_nexthop*, struct mpls_nexthop*);
8 int mpls_dest_compare(struct mpls_dest*, struct mpls_dest*);
9 int mpls_label_struct_compare(struct mpls_label_struct*,
10 struct mpls_label_struct*);
11 int mpls_range_compare(struct mpls_range*, struct mpls_range*);
12 int mpls_fec_compare(struct mpls_fec*, struct mpls_fec*);
14 #endif