aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/osmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 20b6123..d7ebf55 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -52,8 +52,8 @@ struct osmux_in_handle {
/* one per OSmux circuit_id, ie. one per RTP flow. */
struct osmux_out_handle {
- uint16_t rtp_seq[OSMUX_MAX_CONCURRENT_CALLS];
- uint32_t rtp_timestamp[OSMUX_MAX_CONCURRENT_CALLS];
+ uint16_t rtp_seq;
+ uint32_t rtp_timestamp;
};
static inline uint8_t *osmux_get_payload(struct osmux_hdr *osmuxh)