aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-25 20:38:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-26 10:42:01 +0100
commit7b07b2dcff72aa302b093beb3942c592b5103b91 (patch)
treef04741d1482d5ced08daf33c8107f7c0fe7add50 /openbsc/include/openbsc/bsc_nat.h
parent86c1db63387bd0dde439a6625c40e9e653b1cf4d (diff)
nat: Start making the number of multiplexes configurable
Introduce a VTY setting that right now needs to be set to one. To make updating this setting possible we will now store the number of endpoints in the bsc connection as well.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 13d1b09f2..49213a5ed 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -79,6 +79,7 @@ struct bsc_connection {
/* mgcp related code */
char *_endpoint_status;
+ int number_endpoints;
int last_endpoint;
/* a back pointer */