aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-27 12:02:51 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-27 12:31:50 +0100
commitf44de9942bf8353f41f10a99874329029fbe3929 (patch)
tree7bc21c6cabcf32c7ce0545bd75f0cf5d11d10c58 /openbsc
parent3a110ae60b58eeffe63296055d0431760e6bb1d0 (diff)
[msc] Fix compilation by adding blocked_gsm to the struct
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index eec189ac5..486067008 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -122,6 +122,7 @@ struct bss_sccp_connection_data {
int rtp_port;
/* Queue SCCP and GSM0408 messages */
+ int block_gsm;
struct llist_head gsm_queue;
unsigned int gsm_queue_size;