X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fbtr%2Fbtr.h;h=dbfef72a69a79b6f81023d8a9942edd5544b0d14;hp=c4f400911159059b8b12b70268d5879acba02480;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc diff --git a/plugins/ctf/common/btr/btr.h b/plugins/ctf/common/btr/btr.h index c4f40091..dbfef72a 100644 --- a/plugins/ctf/common/btr/btr.h +++ b/plugins/ctf/common/btr/btr.h @@ -53,7 +53,7 @@ */ enum bt_btr_status { /** Out of memory. */ - BT_BTR_STATUS_ENOMEM = -5, + BT_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 @@ -66,10 +66,10 @@ enum bt_btr_status { BT_BTR_STATUS_EOF = 1, /** Invalid argument. */ - BT_BTR_STATUS_INVAL = -3, + BT_BTR_STATUS_INVAL = -3, /** General error. */ - BT_BTR_STATUS_ERROR = -1, + BT_BTR_STATUS_ERROR = -1, /** Everything okay. */ BT_BTR_STATUS_OK = 0,