Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index af2666b8ebd0d83dbeb4328a3479cf5ea50dea00..563a5fd04e2372f3599e3a5d1d212c71bc01e531 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_H
 
 /*
- * BabelTrace - Plug-in Event Notification
- *
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -33,34 +31,8 @@ extern "C" {
 
 struct bt_notification;
 struct bt_event;
-struct bt_clock_class_priority_map;
-
-/***BT_NOTIFICATION_TYPE_EVENT ***/
-/**
- * Create an event notification.
- *
- * @param event                        The event
- * @returns                    An event notification instance
- *
- * @see #bt_notification_type
- */
-extern struct bt_notification *bt_notification_event_create(
-               struct bt_event *event,
-               struct bt_clock_class_priority_map *clock_class_priority_map);
-
-/**
- * Get an event notification's event.
- *
- * @param notification Event notification instance
- * @returns            An event instance
- *
- * @see #bt_event
- */
-extern struct bt_event *bt_notification_event_get_event(
-               struct bt_notification *notification);
 
-extern struct bt_clock_class_priority_map *
-bt_notification_event_get_clock_class_priority_map(
+extern struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.023381 seconds and 4 git commands to generate.