Standardize version across toolchain
[lttng-modules.git] / lttng-abi.h
index fecf0ad1c663d044edf0f9609c7cb321b8d4319e..48f76f206a34c33c2075e9b6c68e54a46f348099 100644 (file)
@@ -87,9 +87,9 @@ struct lttng_kernel_event {
 };
 
 struct lttng_kernel_tracer_version {
-       uint32_t version;
+       uint32_t major;
+       uint32_t minor;
        uint32_t patchlevel;
-       uint32_t sublevel;
 };
 
 enum lttng_kernel_calibrate_type {
This page took 0.02305 seconds and 4 git commands to generate.