From 468d81b4ac3ce5d07d81857551dc00681a752f38 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 6 Aug 2012 18:45:18 +0200 Subject: osmux: batching factor can be explicitly configured by caller Not hardcoded in osmux.c code anymore. --- include/osmocom/netif/osmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ }; -- cgit v1.2.3