X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=e696ea3b706d498354be7a922c0373cc539923b8;hb=f848c3eb8a294665ea333a0d5244bd5adba8277c;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..e696ea3b7 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -21,9 +21,12 @@ /* * Compatible lttng-modules version. */ -#define KERN_MODULES_VERSION 0 -#define KERN_MODULES_PATCHLEVEL 9 -#define KERN_MODULES_SUBLEVEL 1 +#define KERN_MODULES_PRE_VERSION 1 +#define KERN_MODULES_PRE_PATCHLEVEL 9 + +#define KERN_MODULES_VERSION 2 +#define KERN_MODULES_PATCHLEVEL 0 +#define KERN_MODULES_SUBLEVEL 0 struct kern_modules_param { const char *name;