X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotation.h;h=a8df4e682dc8b718b6975bd1bd6e63e2e4e65ca6;hp=d13f3641a2dfba3dbf878c89f20ab5fac56a62d9;hb=0e5e4beb5ab69ee57134ec704f850f37a48cb48b;hpb=e4d1d8119b8994766aedc88db5522896a1a32484 diff --git a/include/lttng/rotation.h b/include/lttng/rotation.h index d13f3641a..a8df4e682 100644 --- a/include/lttng/rotation.h +++ b/include/lttng/rotation.h @@ -57,7 +57,7 @@ enum lttng_rotation_state { /* * The rotation could not be completed due to an error. */ - LTTNG_ROTATION_STATE_ERROR = 4, + LTTNG_ROTATION_STATE_ERROR = -1, }; enum lttng_rotation_status {