src.ctf.fs: honor component's initial log level
[babeltrace.git] / src / plugins / ctf / fs-src / file.h
index 78209384d4648b9bd706a56baab42c0ef5b4aa5d..e2845f5c651007545fb65bba14af3661ab1f056a 100644 (file)
@@ -32,7 +32,7 @@ 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_HIDDEN
 int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode);
This page took 0.023702 seconds and 4 git commands to generate.