X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Ffs-internal.h;h=448fff2adeae1f6ee073a99eef4303290de377c4;hb=ea0b4b9e9695ab6df854b38d23773ab822a402d6;hp=3f87bd0ea886e546de8aaf159a870d81a6e3a025;hpb=24c8ab3687bbeb87ba2de2c82ac429542914ee90;p=babeltrace.git diff --git a/plugins/ctf/fs/fs-internal.h b/plugins/ctf/fs/fs-internal.h index 3f87bd0e..448fff2a 100644 --- a/plugins/ctf/fs/fs-internal.h +++ b/plugins/ctf/fs/fs-internal.h @@ -30,12 +30,20 @@ #include #include -#define FS_COMPONENT_NAME "ctf" -#define FS_COMPONENT_DESCRIPTION \ +#define CTF_FS_COMPONENT_NAME "ctf" +#define CTF_FS_COMPONENT_DESCRIPTION \ "Component used to read a CTF trace located on a file system." +struct ctf_fs_component_options { + bool opt_dummy : 1; +}; + +struct ctf_fs_component { + struct ctf_fs_component_options options; +}; + BT_HIDDEN -enum bt_component_status fs_init(struct bt_component *source, +enum bt_component_status ctf_fs_init(struct bt_component *source, struct bt_value *params); #endif /* BABELTRACE_PLUGIN_CTF_FS_INTERNAL_H */