From 79f763fe9151b06bea6fa2d1c94d71b86db4539e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 16 Sep 2010 00:53:37 +0800 Subject: bsc: Keep all active subscriber connections in a list. --- openbsc/include/openbsc/gsm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') 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; -- cgit v1.2.3