From: Vincent JARDIN Date: Tue, 26 Sep 2017 20:12:32 +0000 (+0200) Subject: zebra: static ns X-Git-Tag: frr-4.0-dev~274^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=337960ddedf40b1a4f21f0014a22ac0be0e37282;p=matthieu%2Ffrr.git zebra: static ns it only for local usage, only accessors are used. --- diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c index 7014731e04..78072f43bb 100644 --- a/zebra/zebra_ns.c +++ b/zebra/zebra_ns.c @@ -32,7 +32,7 @@ DEFINE_MTYPE(ZEBRA, ZEBRA_NS, "Zebra Name Space") -struct zebra_ns *dzns; +static struct zebra_ns *dzns; struct zebra_ns *zebra_ns_lookup(ns_id_t ns_id) {