Rename <babeltrace/component/...> -> <babeltrace/graph/...>
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live-internal.h
index bb3c4e43cad020b8fd6888d8e4bed7ba1ba4f332..e2f99b476fd57cd28405aa0b8159ce43d939bffa 100644 (file)
  */
 
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/component/component.h>
+#include <babeltrace/graph/component.h>
 
 #define LTTNG_LIVE_COMPONENT_DESCRIPTION "Component implementing an LTTng-live client."
 
 BT_HIDDEN
-enum bt_component_status lttng_live_iterator_init(struct bt_component *source,
-        struct bt_notification_iterator *it);
+enum bt_component_status lttng_live_init(struct bt_private_component *source,
+               struct bt_value *params, void *init_method_data);
 
 BT_HIDDEN
-enum bt_component_status lttng_live_init(struct bt_component *source,
-               struct bt_value *params, void *init_method_data);
+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.02463 seconds and 4 git commands to generate.