X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-notification-event.h;h=6051286b705200a81ed0f0d9d2fbc6897f36aea3;hp=cbede7a8f0efe64ec876682b9c696cd187d83f49;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hpb=05e2128659970c32648a01255ed870449f05d518 diff --git a/include/babeltrace/graph/private-notification-event.h b/include/babeltrace/graph/private-notification-event.h index cbede7a8..6051286b 100644 --- a/include/babeltrace/graph/private-notification-event.h +++ b/include/babeltrace/graph/private-notification-event.h @@ -31,17 +31,17 @@ extern "C" { struct bt_private_notification; struct bt_self_notification_iterator; -struct bt_private_event; -struct bt_private_packet; -struct bt_private_event_class; +struct bt_event; +struct bt_packet; +struct bt_event_class; extern struct bt_private_notification *bt_private_notification_event_create( struct bt_self_notification_iterator *notification_iterator, - struct bt_private_event_class *event_class, - struct bt_private_packet *packet); + struct bt_event_class *event_class, + struct bt_packet *packet); -extern struct bt_private_event * +extern struct bt_event * bt_private_notification_event_borrow_event( struct bt_private_notification *notification);