From f6adcd7dd6d71063f7653860cedfacddff5ac4b0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 1 May 2017 00:19:13 +0200 Subject: sercomm: make rx msg size configurable per instance Change-Id: I835506e26e83232e1e7290c0da04d389c8d7fb40 --- include/osmocom/core/sercomm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3