X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=5e4bf49e9c961a9d8f98ee6cb5697a365095ae91;hb=4937e69d8f911d5e7c6e835c1ae0f924188f8293;hp=31140b4e4577d619f7e0dc0e25de850d1d0a15cd;hpb=a60d70e608a727038ebc27e493aac65b49932146;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 31140b4e..5e4bf49e 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -36,9 +36,9 @@ enum lttng_ust_output { }; struct lttng_ust_tracer_version { - uint32_t version; + uint32_t major; + uint32_t minor; uint32_t patchlevel; - uint32_t sublevel; }; struct lttng_ust_channel {