summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-07 19:34:01 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-07 19:34:01 +0200
commitccddeb994bbae82d55c3734b613368125d843e9f (patch)
tree867f1d2874e1c71270402ad21675e42f3aea74b0 /bgpd/bgp_attr.h
parentzebra: Get mpls building across multiple platforms. (diff)
downloadfrr-ccddeb994bbae82d55c3734b613368125d843e9f.tar.xz
frr-ccddeb994bbae82d55c3734b613368125d843e9f.zip
bgpd: Switch u_int64_t -> uint64_t
Apparently u_int64_t is not available( or we don't pull the right headers in for solaris based systems). Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_attr.h')
-rw-r--r--bgpd/bgp_attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h
index e0dac354f..d57e944aa 100644
--- a/bgpd/bgp_attr.h
+++ b/bgpd/bgp_attr.h
@@ -163,7 +163,7 @@ struct attr
unsigned long refcnt;
/* Flag of attribute is set or not. */
- u_int64_t flag;
+ uint64_t flag;
/* Apart from in6_addr, the remaining static attributes */
struct in_addr nexthop;