diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-05-01 00:19:13 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-05-17 10:46:40 +0000 |
commit | f6adcd7dd6d71063f7653860cedfacddff5ac4b0 (patch) | |
tree | bb59fcb122053737e24ef7d2a717a4ca957a6172 /include | |
parent | 1358836282cb57dfc22c30de275e733decd78a5e (diff) |
sercomm: make rx msg size configurable per instance
Change-Id: I835506e26e83232e1e7290c0da04d389c8d7fb40
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; |