X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event.h;h=ab8a66066bf8bbf0b6b110b7da4f81b4558bc1a6;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=d6614fb6ad5dec10b0dc196c77e311281094974c;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event.h b/include/babeltrace/graph/notification-event.h index d6614fb6..ab8a6606 100644 --- a/include/babeltrace/graph/notification-event.h +++ b/include/babeltrace/graph/notification-event.h @@ -39,7 +39,8 @@ struct bt_event; struct bt_event_class; struct bt_clock_class_priority_map; -extern struct bt_notification *bt_notification_event_create( +extern +struct bt_notification *bt_notification_event_create(struct bt_graph *graph, struct bt_event_class *event_class, struct bt_packet *packet, struct bt_clock_class_priority_map *clock_class_priority_map);