Add ctf fs iterator initialization
[babeltrace.git] / plugins / ctf / fs / fs-internal.h
index 448fff2adeae1f6ee073a99eef4303290de377c4..d0a9f760649fc98a8ef6d39e91fc03513f447989 100644 (file)
 #define CTF_FS_COMPONENT_DESCRIPTION \
        "Component used to read a CTF trace located on a file system."
 
+struct ctf_fs_iterator {
+       int dummy;
+};
+
 struct ctf_fs_component_options {
        bool opt_dummy : 1;
 };
This page took 0.023311 seconds and 4 git commands to generate.