Implement trace listener interface
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index c631b97d816f24dd75e29030aff023b29e896875..db3d84f770c159a916c09d7e9e44f294afae27a4 100644 (file)
@@ -65,7 +65,7 @@ struct bt_ctf_trace {
         * trace is _always_ frozen.
         */
        int valid;
-       GPtrArray *notification_handlers; /* Array of notification_handler */
+       GPtrArray *listeners; /* Array of struct listener_wrapper */
 };
 
 struct metadata_context {
@@ -80,4 +80,8 @@ const char *get_byte_order_string(int byte_order);
 BT_HIDDEN
 struct bt_ctf_field_type *get_field_type(enum field_type_alias alias);
 
+BT_HIDDEN
+int bt_ctf_trace_element_modification(struct bt_ctf_ir_element *element,
+               void *trace_ptr);
+
 #endif /* BABELTRACE_CTF_IR_TRACE_INTERNAL_H */
This page took 0.023362 seconds and 4 git commands to generate.