summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/sercomm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-01 00:19:13 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-17 10:46:40 +0000
commitf6adcd7dd6d71063f7653860cedfacddff5ac4b0 (patch)
treebb59fcb122053737e24ef7d2a717a4ca957a6172 /include/osmocom/core/sercomm.h
parent1358836282cb57dfc22c30de275e733decd78a5e (diff)
sercomm: make rx msg size configurable per instance
Change-Id: I835506e26e83232e1e7290c0da04d389c8d7fb40
Diffstat (limited to 'include/osmocom/core/sercomm.h')
-rw-r--r--include/osmocom/core/sercomm.h1
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;