X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Ffs-internal.h;h=d0a9f760649fc98a8ef6d39e91fc03513f447989;hb=760051fa35b387a5d6090440a2daa58524283130;hp=448fff2adeae1f6ee073a99eef4303290de377c4;hpb=512ccb9966ca2179338e267c92da887c543afc6c;p=babeltrace.git diff --git a/plugins/ctf/fs/fs-internal.h b/plugins/ctf/fs/fs-internal.h index 448fff2a..d0a9f760 100644 --- a/plugins/ctf/fs/fs-internal.h +++ b/plugins/ctf/fs/fs-internal.h @@ -34,6 +34,10 @@ #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; };