Stream API: use status
[babeltrace.git] / include / babeltrace / trace-ir / stream-const.h
index ede1fe8dab61799a8c20020e4061c52616cf8b7e..0edbdac1e3231b2e3482636e6443b6c05b1db633 100644 (file)
 extern "C" {
 #endif
 
+enum bt_stream_status {
+       BT_STREAM_STATUS_OK = 0,
+       BT_STREAM_STATUS_NOMEM = -12,
+};
+
 extern const bt_stream_class *bt_stream_borrow_class_const(
                const bt_stream *stream);
 
This page took 0.023474 seconds and 4 git commands to generate.