X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Ffs.h;h=936cfdd0184e3c9990615e2ec8c479b7ee63648d;hb=33f93973c6b1fb17a8a1c8556d48300b4901ff4c;hp=de572cda5ac578824040855181f967f12d4afed9;hpb=c1081aa6b31fb4ff1fa9f0d46f06f1df89bc8dc4;p=babeltrace.git diff --git a/plugins/ctf/fs/fs.h b/plugins/ctf/fs/fs.h index de572cda..936cfdd0 100644 --- a/plugins/ctf/fs/fs.h +++ b/plugins/ctf/fs/fs.h @@ -126,4 +126,8 @@ enum bt_notification_iterator_status ctf_fs_iterator_next( struct bt_notification *ctf_fs_iterator_get( struct bt_notification_iterator *iterator); +BT_HIDDEN +struct bt_value *ctf_fs_query_info(struct bt_component_class *comp_class, + const char *action, struct bt_value *params); + #endif /* BABELTRACE_PLUGIN_CTF_FS_H */