Add the concept of a static trace
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index eb3e0e27f26f139f4f4c96ac15a24f824b80c190..8b6c1f5a45ec6e99850b3c0de3a9478bb91a56e5 100644 (file)
@@ -67,6 +67,7 @@ struct bt_ctf_trace {
         */
        int valid;
        GPtrArray *listeners; /* Array of struct listener_wrapper */
+       bool is_static;
 };
 
 struct metadata_context {
This page took 0.023131 seconds and 4 git commands to generate.