Subscribe to notifications when creating a notif. iterator
[babeltrace.git] / include / babeltrace / graph / private-connection.h
index 76294604caa33d18ebad5ec5a472db4a3aa40c6b..9d3d39c4c8dca3044e2308bb2db63d7d04048dc6 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <babeltrace/graph/notification.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -36,7 +38,8 @@ struct bt_connection *bt_connection_from_private_connection(
 
 extern struct bt_notification_iterator *
 bt_private_connection_create_notification_iterator(
-               struct bt_private_connection *private_connection);
+               struct bt_private_connection *private_connection,
+               const enum bt_notification_type *notification_types);
 
 #ifdef __cplusplus
 }
This page took 0.023261 seconds and 4 git commands to generate.