diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:12:17 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:12:17 -0700 | 
| commit | ffd0c03744b89328d4f8e134f17cecb07ead6e74 (patch) | |
| tree | 54b70b9c50d2af6667715df80064e6dc8058e4e1 /bgpd/bgp_aspath.h | |
| parent | 4e3afb147210d0e98de5ad158062d1b79ac026fb (diff) | |
bgpd: bgpd-warnings.patch
Remove compile warnings for the bgpd directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by:
Diffstat (limited to 'bgpd/bgp_aspath.h')
| -rw-r--r-- | bgpd/bgp_aspath.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_aspath.h b/bgpd/bgp_aspath.h index 8846949cb0..ec2df042fd 100644 --- a/bgpd/bgp_aspath.h +++ b/bgpd/bgp_aspath.h @@ -105,7 +105,7 @@ extern int aspath_firstas_check (struct aspath *, as_t);  extern int aspath_confed_check (struct aspath *);  extern int aspath_left_confed_check (struct aspath *);  extern unsigned long aspath_count (void); -extern unsigned int aspath_count_hops (struct aspath *); +extern unsigned int aspath_count_hops (const struct aspath *);  extern unsigned int aspath_count_confeds (struct aspath *);  extern unsigned int aspath_size (struct aspath *);  extern as_t aspath_highest (struct aspath *);  | 
