diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/core/sercomm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/osmocom/core/sercomm.h b/include/osmocom/core/sercomm.h index 10deb7cc..d84786e1 100644 --- a/include/osmocom/core/sercomm.h +++ b/include/osmocom/core/sercomm.h @@ -39,6 +39,7 @@ struct osmo_sercomm_inst {  	/* receive side */  	struct {  		dlci_cb_t dlci_handler[_SC_DLCI_MAX]; +		unsigned int msg_size;  		struct msgb *msg;  		int state;  		uint8_t dlci; | 
