X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=5c4d5dd586520e5f720c658d938c29f6616ca95b;hb=d2641a837d460c275884523d67120379711dc38c;hp=ff1684a15e814befb221b8762a376bc1716e0f76;hpb=096102bd1f0665d96f75ad12410ea23189fbf861;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kern-modules.h b/src/bin/lttng-sessiond/kern-modules.h index ff1684a15..5c4d5dd58 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -21,9 +21,11 @@ /* * Compatible lttng-modules version. */ -#define KERN_MODULES_VERSION 0 -#define KERN_MODULES_PATCHLEVEL 9 -#define KERN_MODULES_SUBLEVEL 1 +#define KERN_MODULES_PRE_MAJOR 1 +#define KERN_MODULES_PRE_MINOR 9 + +#define KERN_MODULES_MAJOR 2 +#define KERN_MODULES_MINOR 0 struct kern_modules_param { const char *name;