Remove the need to implement the notification iterator's "get" method
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live-internal.h
index 4891b0d256bd7aae9509337a2e5f53f61f1c7ccd..a99f170d3e8b741e96cb05c128042a88201adb1d 100644 (file)
 #define LTTNG_LIVE_COMPONENT_DESCRIPTION "Component implementing an LTTng-live client."
 
 BT_HIDDEN
-enum bt_component_status lttng_live_init(struct bt_component *source,
-               struct bt_value *params);
+enum bt_component_status lttng_live_init(struct bt_private_component *source,
+               struct bt_value *params, void *init_method_data);
+
+BT_HIDDEN
+struct bt_notification_iterator_next_return lttng_live_iterator_next(
+        struct bt_private_notification_iterator *iterator);
 
 #endif /* BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_INTERNAL_H */
This page took 0.023373 seconds and 4 git commands to generate.