Add trace:domain,trace:procname,trace:pid support
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index b9157567ff4bbfca880e5ba2ce8dcdd6169ef1d8..3f03504ea1850bda7fc67e305270b8180703b91e 100644 (file)
@@ -102,7 +102,11 @@ struct ctf_trace {
 
        /* Heap of streams, ordered to always get the lowest timestam */
        struct ptr_heap *stream_heap;
+       char collection_path[PATH_MAX];
        char path[PATH_MAX];
+       char domain[PATH_MAX];
+       char procname[PATH_MAX];
+       char vpid[PATH_MAX];
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.022755 seconds and 4 git commands to generate.