X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Ffile.h;h=e2845f5c651007545fb65bba14af3661ab1f056a;hb=98903a3ed6827edb1228cf8f9f30a6eb1b81bb49;hp=78209384d4648b9bd706a56baab42c0ef5b4aa5d;hpb=2ece7dd044d2f520c313eb967523843de5023e9e;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/file.h b/src/plugins/ctf/fs-src/file.h index 78209384..e2845f5c 100644 --- a/src/plugins/ctf/fs-src/file.h +++ b/src/plugins/ctf/fs-src/file.h @@ -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);