From: Stephen Hemminger Date: Sun, 17 Aug 2008 16:41:37 +0000 (+0100) Subject: [zebra] make some data local X-Git-Tag: frr-2.0-rc1~2377 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d145bc008a03889fff8949890cb8c532ee6aff74;p=matthieu%2Ffrr.git [zebra] make some data local 2008-06-17 Stephen Hemminger * zebra_rib.c: static qualifier on local data Signed-off-by: Paul Jakma --- diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 09f359780f..c88264ba19 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -51,7 +51,7 @@ extern struct zebra_t zebrad; int rib_process_hold_time = 10; /* Each route type's string and default distance value. */ -struct +static const struct { int key; int distance; @@ -70,7 +70,7 @@ struct }; /* Vector for routing table. */ -vector vrf_vector; +static vector vrf_vector; /* Allocate new VRF. */ static struct vrf *