Event API: use status
[babeltrace.git] / include / babeltrace / trace-ir / event-const.h
index 00b58cab4f5c42237417799c109a387f202e50c5..680e459fb09658ac448e6498f67c68c5a1fb2f3a 100644 (file)
 extern "C" {
 #endif
 
+enum bt_event_status {
+       BT_EVENT_STATUS_OK = 0,
+       BT_EVENT_STATUS_NOMEM = -12,
+};
+
 extern const bt_event_class *bt_event_borrow_class_const(
                const bt_event *event);
 
This page took 0.033073 seconds and 4 git commands to generate.