X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event.h;h=af2666b8ebd0d83dbeb4328a3479cf5ea50dea00;hb=839d52a5c5c1fdd66cee9bf7d06c0c0acdd4c2a3;hp=1dd626623bfa630b1957d8df89c97679ac17dab2;hpb=0b0bf6828fd92630e50b6ea7474eacdff9264b5f;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event.h b/include/babeltrace/graph/notification-event.h index 1dd62662..af2666b8 100644 --- a/include/babeltrace/graph/notification-event.h +++ b/include/babeltrace/graph/notification-event.h @@ -32,7 +32,7 @@ extern "C" { #endif struct bt_notification; -struct bt_ctf_event; +struct bt_event; struct bt_clock_class_priority_map; /***BT_NOTIFICATION_TYPE_EVENT ***/ @@ -45,7 +45,7 @@ struct bt_clock_class_priority_map; * @see #bt_notification_type */ extern struct bt_notification *bt_notification_event_create( - struct bt_ctf_event *event, + struct bt_event *event, struct bt_clock_class_priority_map *clock_class_priority_map); /** @@ -54,9 +54,9 @@ extern struct bt_notification *bt_notification_event_create( * @param notification Event notification instance * @returns An event instance * - * @see #bt_ctf_event + * @see #bt_event */ -extern struct bt_ctf_event *bt_notification_event_get_event( +extern struct bt_event *bt_notification_event_get_event( struct bt_notification *notification); extern struct bt_clock_class_priority_map *