sink.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink.h
index 7a740bc2a40e8ac91548b9b852b9a690bdd83c05..e59e1249b0e64def79a41cc9006d8b1d758bd594 100644 (file)
  * SOFTWARE.
  */
 
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <babeltrace2/babeltrace.h>
 #include <stdbool.h>
 #include <glib.h>
 
 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;
This page took 0.027456 seconds and 4 git commands to generate.