Notification iterator: generate automatic notifications when missing
[babeltrace.git] / include / babeltrace / graph / notification-packet.h
index a15a96924457edb1ce131c90d03ead3e1aeb54e7..94480e6027f720a412144611db44df2b0c37032a 100644 (file)
@@ -35,16 +35,18 @@ extern "C" {
 
 struct bt_ctf_packet;
 
-/*** BT_NOTIFICATION_TYPE_PACKET_BEGIN ***/
-struct bt_notification *bt_notification_packet_begin_create(
+extern struct bt_notification *bt_notification_packet_begin_create(
+               struct bt_ctf_packet *packet);
+
+extern struct bt_notification *bt_notification_packet_end_create(
                struct bt_ctf_packet *packet);
-struct bt_ctf_packet *bt_notification_packet_begin_get_packet(
+
+/*** BT_NOTIFICATION_TYPE_PACKET_BEGIN ***/
+extern struct bt_ctf_packet *bt_notification_packet_begin_get_packet(
                struct bt_notification *notification);
 
 /*** BT_NOTIFICATION_TYPE_PACKET_END ***/
-struct bt_notification *bt_notification_packet_end_create(
-               struct bt_ctf_packet *packet);
-struct bt_ctf_packet *bt_notification_packet_end_get_packet(
+extern struct bt_ctf_packet *bt_notification_packet_end_get_packet(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.023494 seconds and 4 git commands to generate.