pespin has uploaded this change for review.

View Change

examples/osmux-test-output: Avoid using deprecated Osmux API

Change-Id: I408bfc84b9c1740df946fa29191f0e286f5b46e1
---
M examples/osmux-test-output.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/55/29255/1
diff --git a/examples/osmux-test-output.c b/examples/osmux-test-output.c
index 0ab03a7..d39277b 100644
--- a/examples/osmux-test-output.c
+++ b/examples/osmux-test-output.c
@@ -155,7 +155,7 @@
/*
* initialize OSMUX handlers.
*/
- osmux_xfrm_output_init(&h_output, random());
+ osmux_xfrm_output_init2(&h_output, random(), 98);
osmux_xfrm_output_set_tx_cb(&h_output, tx_cb, NULL);
/*
* initialize datagram server.

To view, visit change 29255. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I408bfc84b9c1740df946fa29191f0e286f5b46e1
Gerrit-Change-Number: 29255
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange