aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/osmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 702da58..5fcc583 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -42,6 +42,7 @@ struct osmux_hdr {
/* one to handle all existing RTP flows */
struct osmux_in_handle {
uint8_t osmux_seq;
+ uint8_t batch_factor;
void (*deliver)(struct msgb *msg);
char *data; /* internal data */
};