Track clock states in notification iterator
[babeltrace.git] / plugins / ctf / common / btr / btr.h
index 7548415527b4860cfedfead5d1c01ce2fe929d65..ee6695a19fbab0f839dad46a544234bb927269da 100644 (file)
@@ -52,6 +52,8 @@
  * Binary type reader API status codes.
  */
 enum bt_ctf_btr_status {
+       /** Out of memory. */
+       BT_CTF_BTR_STATUS_ENOMEM =      -5,
        /**
         * The binary stream reader reached the end of the user-provided
         * buffer, but data is still needed to finish decoding the
This page took 0.024034 seconds and 4 git commands to generate.