lib: replace trace is_static with destruction listeners
[babeltrace.git] / include / babeltrace / trace-ir / trace-internal.h
index aa4cee514c3ab7f363436ba060d0ce8131bc46e7..16076673e09178fd5d8185281a1a57b91d14c071 100644 (file)
@@ -64,9 +64,7 @@ struct bt_trace {
         */
        GHashTable *stream_classes_stream_count;
 
-       GArray *is_static_listeners;
-       bool is_static;
-       bool in_remove_listener;
+       GArray *destruction_listeners;
        bool frozen;
 };
 
This page took 0.023702 seconds and 4 git commands to generate.