sessiond: fix: possible unaligned access in packed structure
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.c
index 36af00b2d09a4ba3d5b97e0b74eed509fedd64c2..e0491c95b3fba9112b95f33bafb78550e3b04e49 100644 (file)
@@ -39,7 +39,7 @@
  * Find the channel name for the given kernel session.
  */
 struct ltt_kernel_channel *trace_kernel_get_channel_by_name(
-               char *name, struct ltt_kernel_session *session)
+               const char *name, struct ltt_kernel_session *session)
 {
        struct ltt_kernel_channel *chan;
 
This page took 0.026596 seconds and 5 git commands to generate.