src.ctf.fs: move ctf_fs_file to file.hpp
[babeltrace.git] / src / plugins / ctf / fs-src / fs.hpp
index f2ff5fcc145beea5092f1026598ce249072399fc..52e6761b8ab7676d3abf9554b4b3f4b9c3b23041 100644 (file)
 
 extern bool ctf_fs_debug;
 
-struct ctf_fs_file
-{
-    explicit ctf_fs_file(const bt2c::Logger& parentLogger) :
-        logger {parentLogger, "PLUGIN/SRC.CTF.FS/FILE"}
-    {
-    }
-
-    bt2c::Logger logger;
-
-    /* Owned by this */
-    GString *path = nullptr;
-
-    /* Owned by this */
-    FILE *fp = nullptr;
-
-    off_t size = 0;
-};
-
 struct ctf_fs_metadata
 {
     /* Owned by this */
This page took 0.037147 seconds and 4 git commands to generate.