Add "-n trace" option to print trace name
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index b8835ec2d8b17bc29f99f35e48e17c3a6c9a2323..b9157567ff4bbfca880e5ba2ce8dcdd6169ef1d8 100644 (file)
@@ -102,6 +102,7 @@ struct ctf_trace {
 
        /* Heap of streams, ordered to always get the lowest timestam */
        struct ptr_heap *stream_heap;
+       char path[PATH_MAX];
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.025029 seconds and 4 git commands to generate.