From d7566b8280fd3339eb8500d587252b785e28a8a8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Nov 2012 14:17:45 +0100 Subject: pdp: Mark the data as static as only pdp.c should access this data --- gtp/pdp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtp/pdp.c b/gtp/pdp.c index 7ce9128..dfb91ea 100644 --- a/gtp/pdp.c +++ b/gtp/pdp.c @@ -31,8 +31,8 @@ * Global variables TODO: most should be moved to gsn_t *************************************************************/ -struct pdp_t pdpa[PDP_MAX]; /* PDP storage */ -struct pdp_t *hashtid[PDP_MAX]; /* Hash table for IMSI + NSAPI */ +static struct pdp_t pdpa[PDP_MAX]; /* PDP storage */ +static struct pdp_t *hashtid[PDP_MAX]; /* Hash table for IMSI + NSAPI */ /* struct pdp_t* haship[PDP_MAX]; Hash table for IP and network interface */ /* *********************************************************** -- cgit v1.2.3