X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust-ctl.h;h=019cb08f0c635cc4a190f4fac0834c81b21d29b0;hb=48dff3ac9236297be50244d9d3c85df12e64ee76;hp=2c15a54e550bd88e36d5c54b57dbe584a590a447;hpb=5f57042ed005e576934dac3d518ace913eca5ffe;p=deliverable%2Flttng-ust.git diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 2c15a54e..019cb08f 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -597,8 +597,8 @@ int ustctl_reply_register_channel(int sock, */ enum ustctl_counter_bitness { - USTCTL_COUNTER_BITNESS_32 = 4, - USTCTL_COUNTER_BITNESS_64 = 8, + USTCTL_COUNTER_BITNESS_32 = 0, + USTCTL_COUNTER_BITNESS_64 = 1, }; enum ustctl_counter_arithmetic {