lib: strictly type function return status enumerations
[babeltrace.git] / include / babeltrace2 / trace-ir / event-const.h
index 15623bd433b06aff2cbdc2bae59cbebcb8e9e893..32e049427f123b5bd20525056da45be4e01435f9 100644 (file)
 extern "C" {
 #endif
 
-typedef enum bt_event_status {
-       BT_EVENT_STATUS_OK = 0,
-       BT_EVENT_STATUS_NOMEM = -12,
-} bt_event_status;
-
 extern const bt_event_class *bt_event_borrow_class_const(
                const bt_event *event);
 
This page took 0.02388 seconds and 4 git commands to generate.