X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=5c4d5dd586520e5f720c658d938c29f6616ca95b;hb=a62a65563c1e7cea740c5f8caf7d425174e2afbe;hp=e696ea3b706d498354be7a922c0373cc539923b8;hpb=d1613cf5d1c9c55cc395a92fbe92147c99d496a9;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kern-modules.h b/src/bin/lttng-sessiond/kern-modules.h index e696ea3b7..5c4d5dd58 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -21,12 +21,11 @@ /* * Compatible lttng-modules version. */ -#define KERN_MODULES_PRE_VERSION 1 -#define KERN_MODULES_PRE_PATCHLEVEL 9 +#define KERN_MODULES_PRE_MAJOR 1 +#define KERN_MODULES_PRE_MINOR 9 -#define KERN_MODULES_VERSION 2 -#define KERN_MODULES_PATCHLEVEL 0 -#define KERN_MODULES_SUBLEVEL 0 +#define KERN_MODULES_MAJOR 2 +#define KERN_MODULES_MINOR 0 struct kern_modules_param { const char *name;