aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 00:53:37 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 02:16:02 +0800
commit79f763fe9151b06bea6fa2d1c94d71b86db4539e (patch)
tree8696ea51df8562c79480adcd706f0bf08496944f /openbsc/include/openbsc/gsm_data.h
parenta2aedad00541a020b2083fb31ba14d8670a5c26f (diff)
bsc: Keep all active subscriber connections in a list.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e0f7c7049..016cdaacf 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -228,6 +228,8 @@ enum gsm_lchan_state {
/* the per subscriber data for lchan */
struct gsm_subscriber_connection {
+ struct llist_head entry;
+
/* To whom we are allocated at the moment */
struct gsm_subscriber *subscr;