X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=2a35e14f0ae3207e80942d063e03be34b1ceb382;hb=c8a9de5a85fb150d3ceaa5ca1a8b1b2b91d050d5;hp=7ce8b0b68d803cc5e8f1e43f8e719f5b069d00cf;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kern-modules.h b/src/bin/lttng-sessiond/kern-modules.h index 7ce8b0b68..2a35e14f0 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -28,8 +28,8 @@ #define KERN_MODULES_MINOR 0 struct kern_modules_param { - const char *name; - int required; + char *name; + bool loaded; }; #endif /* _KERN_MODULES_H */