X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Flttng-live%2Flttng-live.c;h=9bbf4b17e02d6d985f0fd5338b96ac01d3f943c8;hb=d3e4dcd8e7a601e0aa063455147f29fbe051582b;hp=5cef2aa99f1936b54781bcb7b442272b723fc64c;hpb=d1b057f5b2954339b0b48fdc5973ec59a641f5a9;p=babeltrace.git diff --git a/plugins/ctf/lttng-live/lttng-live.c b/plugins/ctf/lttng-live/lttng-live.c index 5cef2aa9..9bbf4b17 100644 --- a/plugins/ctf/lttng-live/lttng-live.c +++ b/plugins/ctf/lttng-live/lttng-live.c @@ -29,6 +29,12 @@ #include "lttng-live-internal.h" #include +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)