Configurable kernel module probes support
[lttng-tools.git] / src / bin / lttng-sessiond / kern-modules.h
index ca09fc3afae2795423134002a6edc00a4e50d877..26f44578d2f786520f57d8cc6552b5010977d8da 100644 (file)
@@ -28,7 +28,7 @@
 #define KERN_MODULES_MINOR         0
 
 struct kern_modules_param {
-       const char *name;
+       char *name;
 };
 
 #endif /* _KERN_MODULES_H */
This page took 0.022706 seconds and 4 git commands to generate.