X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-sink%2Ffs-sink.h;h=9f39c2963c6f0361dde26d66444db7c5b367b88c;hb=59225a3e0e13a9c674234755e55055d9ff68d635;hp=7a740bc2a40e8ac91548b9b852b9a690bdd83c05;hpb=578e048b5debf169e286e5b5cc747b5d6c16886d;p=babeltrace.git diff --git a/src/plugins/ctf/fs-sink/fs-sink.h b/src/plugins/ctf/fs-sink/fs-sink.h index 7a740bc2..9f39c296 100644 --- a/src/plugins/ctf/fs-sink/fs-sink.h +++ b/src/plugins/ctf/fs-sink/fs-sink.h @@ -23,13 +23,14 @@ * SOFTWARE. */ -#include "common/babeltrace.h" +#include "common/macros.h" #include #include #include struct fs_sink_comp { - bt_self_component_sink *self_comp; + bt_logging_level log_level; + bt_self_component *self_comp; /* Owned by this */ bt_self_component_port_input_message_iterator *upstream_iter; @@ -65,17 +66,18 @@ struct fs_sink_comp { }; BT_HIDDEN -bt_self_component_status ctf_fs_sink_init( +bt_component_class_init_method_status ctf_fs_sink_init( bt_self_component_sink *component, + bt_self_component_sink_configuration *config, const bt_value *params, void *init_method_data); BT_HIDDEN -bt_self_component_status ctf_fs_sink_consume( +bt_component_class_sink_consume_method_status ctf_fs_sink_consume( bt_self_component_sink *component); BT_HIDDEN -bt_self_component_status ctf_fs_sink_graph_is_configured( +bt_component_class_sink_graph_is_configured_method_status ctf_fs_sink_graph_is_configured( bt_self_component_sink *component); BT_HIDDEN