X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=10ee6d4432451d613e1e0720c71aa95cd14beb62;hb=5f57042ed005e576934dac3d518ace913eca5ffe;hp=b1cd9b3d2a310f7f578e33e041cea4745ed80c0a;hpb=38980ed1d67fee8112224294cba927d25dcfd08d;p=deliverable%2Flttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index b1cd9b3d..10ee6d44 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -110,8 +110,8 @@ enum lttng_ust_counter_arithmetic { }; enum lttng_ust_counter_bitness { - LTTNG_UST_COUNTER_BITNESS_32 = 4, - LTTNG_UST_COUNTER_BITNESS_64 = 8, + LTTNG_UST_COUNTER_BITNESS_32 = 0, + LTTNG_UST_COUNTER_BITNESS_64 = 1, }; struct lttng_ust_counter_dimension {