Fix: ir: make sure "stream_id" attr is always right
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index 2a172a94589d33e9970ad439b73e3b6f14573cb5..5201ee53b7c54e353cd24789d97a4dc93054c125 100644 (file)
@@ -81,6 +81,10 @@ void bt_ctf_event_class_set_native_byte_order(
                struct bt_ctf_event_class *event_class,
                int byte_order);
 
+BT_HIDDEN
+int bt_ctf_event_class_set_stream_id(struct bt_ctf_event_class *event_class,
+               uint32_t stream_id);
+
 BT_HIDDEN
 int bt_ctf_event_validate(struct bt_ctf_event *event);
 
This page took 0.02479 seconds and 4 git commands to generate.