Visibility: split graph API into public and private interfaces
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live-internal.h
index 3f5b9172a288d6c8c73ff235060d26e60d49894b..61c3f19063a6e84a1283e5b0f37c3597a2933a0c 100644 (file)
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/component/component.h>
 
-#define LTTNG_LIVE_COMPONENT_NAME "lttng-live"
 #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 *lttng_live_iterator_get(
+        struct bt_private_notification_iterator *iterator);
+
+BT_HIDDEN
+enum bt_notification_iterator_status lttng_live_iterator_next(
+        struct bt_private_notification_iterator *iterator);
 
 #endif /* BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_INTERNAL_H */
This page took 0.026302 seconds and 4 git commands to generate.