ir: add bt_ctf_event_set_packet()
[babeltrace.git] / include / babeltrace / ctf-ir / event.h
index 5b2e6f995d95fb852a9691a1f98c813ac4bce817..4770f5eadca1f8b6474890fab0ab2c1387de9a53 100644 (file)
@@ -43,6 +43,7 @@ struct bt_ctf_event;
 struct bt_ctf_field;
 struct bt_ctf_field_type;
 struct bt_ctf_stream_class;
+struct bt_ctf_packet;
 
 /*
  * bt_ctf_event_create: instanciate an event.
@@ -254,6 +255,9 @@ extern int bt_ctf_event_set_stream_event_context(struct bt_ctf_event *event,
  */
 extern struct bt_ctf_event *bt_ctf_event_copy(struct bt_ctf_event *event);
 
+extern int bt_ctf_event_set_packet(struct bt_ctf_event *event,
+               struct bt_ctf_packet *packet);
+
 /*
  * bt_ctf_event_get and bt_ctf_event_put: increment and decrement
  * the event's reference count.
This page took 0.02439 seconds and 4 git commands to generate.