aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-14 20:27:16 +0200
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-14 20:27:16 +0200
commit15920de8ce9b9199f4ef4ad568b204af0f34b2f0 (patch)
treee672046f61feb8804c1fdbf74fc385f205bd9e98 /openbsc/include/openbsc/gsm_subscriber.h
parent05e676356fee431b80901b6de6ac4000a903808c (diff)
add 'show subscriber cache' vty command to debug subscriber refcount leaks
Diffstat (limited to 'openbsc/include/openbsc/gsm_subscriber.h')
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h
index 5a86ec8c1..f01a47ff0 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -85,5 +85,6 @@ void subscr_get_channel(struct gsm_subscriber *subscr,
/* internal */
struct gsm_subscriber *subscr_alloc(void);
+extern struct llist_head active_subscribers;
#endif /* _GSM_SUBSCR_H */