diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:48:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:48:03 -0700 |
commit | a934c0d16652b8089b46df855780d5c775dfe27e (patch) | |
tree | 5d806f4c82613300e46f41acdb31944d644b51c1 /bgpd/bgp_debug.h | |
parent | 1d3bc91aac841b9b30b83fb47586ff3b66e94235 (diff) | |
download | quagga-a934c0d16652b8089b46df855780d5c775dfe27e.tar.bz2 quagga-a934c0d16652b8089b46df855780d5c775dfe27e.tar.xz |
BGP make message lists read only
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 71e110ce..ce8547b0 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -122,7 +122,7 @@ extern const char *bgp_type_str[]; extern int bgp_dump_attr (struct peer *, struct attr *, char *, size_t); extern void bgp_notify_print (struct peer *, struct bgp_notify *, const char *); -extern struct message bgp_status_msg[]; -extern int bgp_status_msg_max; +extern const struct message bgp_status_msg[]; +extern const int bgp_status_msg_max; #endif /* _QUAGGA_BGP_DEBUG_H */ |