Refactor the component class and component API
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live.c
index 5cef2aa99f1936b54781bcb7b442272b723fc64c..9bbf4b17e02d6d985f0fd5338b96ac01d3f943c8 100644 (file)
 #include "lttng-live-internal.h"
 #include <babeltrace/component/source.h>
 
+BT_HIDDEN
+enum bt_component_status lttng_live_iterator_init(struct bt_component *source,
+               struct bt_notification_iterator *it)
+{
+}
+
 BT_HIDDEN
 enum bt_component_status lttng_live_init(struct bt_component *component,
                struct bt_value *params)
This page took 0.023562 seconds and 4 git commands to generate.