Add trace moficiation notification handler interface
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index f9091425b0d111523760620d4414861d769d7862..c631b97d816f24dd75e29030aff023b29e896875 100644 (file)
@@ -65,6 +65,7 @@ struct bt_ctf_trace {
         * trace is _always_ frozen.
         */
        int valid;
+       GPtrArray *notification_handlers; /* Array of notification_handler */
 };
 
 struct metadata_context {
This page took 0.024827 seconds and 4 git commands to generate.