Plugins are alive!
[babeltrace.git] / include / babeltrace / plugin / notification / event.h
index 49505d0da46acd07081365305d3da88ba23b53b0..d60cd564e6d00a24c31b5d88526c0aa5cae5bddb 100644 (file)
@@ -4,7 +4,7 @@
 /*
  * BabelTrace - Plug-in Event Notification
  *
- * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
@@ -32,46 +32,20 @@ extern "C" {
 #endif
 
 struct bt_notification;
-struct bt_ctf_trace;
-struct bt_ctf_stream;
 struct bt_ctf_event;
 
+/***BT_NOTIFICATION_TYPE_EVENT ***/
 /**
  * Create an event notification.
  *
- * @param trace                        The event's trace
- * @param stream               The event's stream
  * @param event                        The event
  * @returns                    An event notification instance
  *
  * @see #bt_notification_type
  */
 extern struct bt_notification *bt_notification_event_create(
-               struct bt_ctf_trace *trace, struct bt_ctf_stream *stream,
                struct bt_ctf_event *event);
 
-/**
- * Get an event notification's associated trace.
- *
- * @param notification Event notification instance
- * @returns            A trace instance
- *
- * @see #bt_ctf_trace
- */
-extern struct bt_ctf_trace *bt_notification_event_get_trace(
-               struct bt_notification *notification);
-
-/**
- * Get an event notification's associated stream.
- *
- * @param notification Event notification instance
- * @returns            A stream instance
- *
- * @see #bt_ctf_stream
- */
-extern struct bt_ctf_stream *bt_notification_event_get_stream(
-               struct bt_notification *notification);
-
 /**
  * Get an event notification's event.
  *
This page took 0.024364 seconds and 4 git commands to generate.