src.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / fs-src / file.h
index 78209384d4648b9bd706a56baab42c0ef5b4aa5d..d608a66e0f8a553f9c64463dd61faee9f0234f70 100644 (file)
@@ -32,7 +32,8 @@ 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.022284 seconds and 4 git commands to generate.