aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-17 00:53:10 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-17 00:53:10 +0200
commit8fc1a46f2868d71ba271aa34d1758a6c6bb8bd92 (patch)
treef342144b8f515700c1a4f1bdd78f436cdf194245 /openbsc/include/openbsc/sgsn.h
parent2720e7310d3cce36bc3cbcf87d3e8eb2eecf5c75 (diff)
[SGSN] remove the mmctx->sgsn pointer
We never want to support multiple sgsn's within one process, so there is no point in passing them around all the time.
Diffstat (limited to 'openbsc/include/openbsc/sgsn.h')
-rw-r--r--openbsc/include/openbsc/sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 2c4378bca..b2625dbac 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -32,6 +32,7 @@ struct sgsn_instance {
struct gsn_t *gsn;
};
+extern struct sgsn_instance *sgsn;
/* sgsn_vty.c */