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;
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/29517
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ia26fcba5d7364a5744b2d64d0542a2b3880eee34
Gerrit-Change-Number: 29517
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange