plugins/ctf/common/notif-iter/notif-iter.c: add logging
[babeltrace.git] / plugins / ctf / common / btr / btr.h
index fb7d850aad9aed587f078e3149e9878c5aaa2c0c..29020ca2d622f297b9546af41853ab94042b2d9a 100644 (file)
@@ -63,7 +63,7 @@ enum bt_ctf_btr_status {
         * #BT_CTF_BTR_STATUS_EOF is returned to complete the decoding
         * process of a given type.
         */
-       BT_CTF_BTR_STATUS_EOF =         -4,
+       BT_CTF_BTR_STATUS_EOF =         1,
 
        /** Invalid argument. */
        BT_CTF_BTR_STATUS_INVAL =       -3,
This page took 0.024101 seconds and 4 git commands to generate.