Packet API: use status
[babeltrace.git] / include / babeltrace / trace-ir / packet-const.h
index 52a0b3059f795cc6261834bd1f0680bbe72769b6..1f90f0104c09694e3d35773b9a1d057edb1f1789 100644 (file)
 extern "C" {
 #endif
 
+enum bt_packet_status {
+       BT_PACKET_STATUS_OK = 0,
+       BT_PACKET_STATUS_NOMEM = -12,
+};
+
 extern const bt_stream *bt_packet_borrow_stream_const(
                const bt_packet *packet);
 
This page took 0.024352 seconds and 4 git commands to generate.