X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Ffs.h;h=2cef5fb5d06ea8fe6d3305d75b54d001fd21d4f9;hb=d3e4dcd8e7a601e0aa063455147f29fbe051582b;hp=2c0972e6da91fd5c8b2efc3c4411ba1b0c066f12;hpb=6ba0b073d3cc5040234aad3ab820b7ca4022e3e9;p=babeltrace.git diff --git a/plugins/ctf/fs/fs.h b/plugins/ctf/fs/fs.h index 2c0972e6..2cef5fb5 100644 --- a/plugins/ctf/fs/fs.h +++ b/plugins/ctf/fs/fs.h @@ -109,4 +109,11 @@ BT_HIDDEN enum bt_component_status ctf_fs_init(struct bt_component *source, struct bt_value *params); +BT_HIDDEN +void ctf_fs_destroy(struct bt_component *component); + +BT_HIDDEN +enum bt_component_status ctf_fs_iterator_init(struct bt_component *source, + struct bt_notification_iterator *it); + #endif /* BABELTRACE_PLUGIN_CTF_FS_H */