X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Ftrace.h;h=6e70f72061fe8f50388b9cd76b68c916d8676379;hb=7c7301d5827bd10ec7c34da7ffc5fe74e5047d38;hp=63c60798b552118ddb09d91b379b7382d367b5ca;hpb=7757f3190b7d08e5ecab5d50a9c74b19cb98dde0;p=babeltrace.git diff --git a/src/ctf-writer/trace.h b/src/ctf-writer/trace.h index 63c60798..6e70f720 100644 --- a/src/ctf-writer/trace.h +++ b/src/ctf-writer/trace.h @@ -388,4 +388,8 @@ struct bt_ctf_value * bt_ctf_trace_get_environment_field_value_by_name( struct bt_ctf_trace *trace, const char *name); +BT_HIDDEN +int bt_ctf_trace_visit(struct bt_ctf_trace *trace, + bt_ctf_visitor visitor, void *data); + #endif /* BABELTRACE_CTF_WRITER_TRACE_INTERNAL_H */