pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29517 )
Change subject: osmux: Mark unused osmux_in_handle field as deprecated ......................................................................
osmux: Mark unused osmux_in_handle field as deprecated
It is not used anywhere, and it shouldn't be used since the seqnum state is per circuit. It cannot be dropped since it would break ABI.
Change-Id: Ia26fcba5d7364a5744b2d64d0542a2b3880eee34 --- M include/osmocom/netif/osmux.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/17/29517/1
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h index c663c1b..373b86d 100644 --- a/include/osmocom/netif/osmux.h +++ b/include/osmocom/netif/osmux.h @@ -57,7 +57,7 @@
/* one to handle all existing RTP flows */ struct osmux_in_handle { - uint8_t osmux_seq; + uint8_t osmux_seq; /* Unused, DEPRECATED */ uint8_t batch_factor; uint16_t batch_size;