Clean-up: Add missing forward declaration
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 11 Dec 2016 08:56:16 +0000 (03:56 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/plugin/notification/packet.h

index 2a8281b55471a473e72bf640cc19bc678f3cb45c..dd5bc9099592bcfb13e5fbc4a3cf46c94e0c816b 100644 (file)
@@ -33,6 +33,8 @@
 extern "C" {
 #endif
 
+struct bt_ctf_packet;
+
 /*** BT_NOTIFICATION_TYPE_PACKET_START ***/
 struct bt_notification *bt_notification_packet_start_create(
                struct bt_ctf_packet *packet);
This page took 0.024756 seconds and 4 git commands to generate.