Remove all code that depends on trace collection directory structure
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 699db2eeedaf385c54487740da09914de7ee1425..d445a011c0bc2740a337e721b2e1873a190515d6 100644 (file)
@@ -158,11 +158,7 @@ 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.022953 seconds and 4 git commands to generate.