src.ctf.fs: use one CTF notif iter per notification iterator
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index 06818d0e10a89f660953ee3c7ec948e73ead8b27..06125b2315e3579bca9455c4b41b3c3ea0af9330 100644 (file)
@@ -3129,3 +3129,11 @@ set_fields:
 end:
        return status;
 }
+
+BT_HIDDEN
+void bt_ctf_notif_iter_set_medops_data(struct bt_ctf_notif_iter *notit,
+               void *medops_data)
+{
+       assert(notit);
+       notit->medium.data = medops_data;
+}
This page took 0.023744 seconds and 4 git commands to generate.