Installed headers relicensing and cleanup
[lttng-ust.git] / include / lttng / ust-abi.h
index 31140b4e4577d619f7e0dc0e25de850d1d0a15cd..5e4bf49e9c961a9d8f98ee6cb5697a365095ae91 100644 (file)
@@ -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 {
This page took 0.02298 seconds and 4 git commands to generate.