X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=26f44578d2f786520f57d8cc6552b5010977d8da;hb=6faa26cafc21ce8d5b8f20ae4d2682092fd74b03;hp=ca09fc3afae2795423134002a6edc00a4e50d877;hpb=ab57d7d35916e90d36429ed717d58610c9005d14;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kern-modules.h b/src/bin/lttng-sessiond/kern-modules.h index ca09fc3af..26f44578d 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -28,7 +28,7 @@ #define KERN_MODULES_MINOR 0 struct kern_modules_param { - const char *name; + char *name; }; #endif /* _KERN_MODULES_H */