src.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / fs-src / file.h
index 509b1e4e1ebeb08109f59f0fe43d3c2683a5feb9..d608a66e0f8a553f9c64463dd61faee9f0234f70 100644 (file)
 
 #include <stdio.h>
 #include <glib.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include "fs.h"
 
 BT_HIDDEN
 void ctf_fs_file_destroy(struct ctf_fs_file *file);
 
 BT_HIDDEN
-struct ctf_fs_file *ctf_fs_file_create(void);
+struct ctf_fs_file *ctf_fs_file_create(bt_logging_level log_level,
+               bt_self_component *self_comp);
 
 BT_HIDDEN
 int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode);
This page took 0.024395 seconds and 4 git commands to generate.