[msc] Fix compilation by adding blocked_gsm to the struct

This commit is contained in:
Holger Hans Peter Freyther 2010-01-27 12:02:51 +01:00
parent 3a110ae60b
commit f44de9942b
1 changed files with 1 additions and 0 deletions

View File

@ -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;