]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_aspath.h
*: use C99 standard fixed-width integer types
[mirror_frr.git] / bgpd / bgp_aspath.h
index 0c065cc9367f96fbf66845db8f81cd53670352b8..1acc2f67a67ddc93f197f4960d06dc92fd6aabb6 100644 (file)
@@ -51,8 +51,8 @@
 struct assegment {
        struct assegment *next;
        as_t *as;
-       u_short length;
-       u_char type;
+       unsigned short length;
+       uint8_t type;
 };
 
 /* AS path may be include some AsSegments.  */
@@ -127,6 +127,6 @@ extern struct aspath *aspath_reconcile_as4(struct aspath *, struct aspath *);
 extern unsigned int aspath_has_as4(struct aspath *);
 
 /* For SNMP BGP4PATHATTRASPATHSEGMENT, might be useful for debug */
-extern u_char *aspath_snmp_pathseg(struct aspath *, size_t *);
+extern uint8_t *aspath_snmp_pathseg(struct aspath *, size_t *);
 
 #endif /* _QUAGGA_BGP_ASPATH_H */