aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
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;