debug-info: have `copy_*_content()` function return _STATUS
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-mapping.h
index 9e5caa9fc89721bb997b674fb0467251f4f14e71..45a51995e7a9d014448099bc576d55fa74509025 100644 (file)
 
 #include "debug-info.h"
 
+enum debug_info_trace_ir_mapping_status {
+       DEBUG_INFO_TRACE_IR_MAPPING_STATUS_OK = 0,
+       DEBUG_INFO_TRACE_IR_MAPPING_STATUS_MEMORY_ERROR = -12,
+};
+
 /* Used to resolve field paths for dynamic arrays and variant field classes. */
 struct field_class_resolving_context {
        /* Weak reference. Owned by input stream class. */
This page took 0.023564 seconds and 4 git commands to generate.