Fix all -Wdiscarded-qualifiers warning instances
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index cf74703c34be55cea413af6e2261b81740f870a2..ba63922cb36c9041edf55814c211a6a90ec34089 100644 (file)
@@ -1019,7 +1019,7 @@ error_free:
  * Alloc new UST app channel.
  */
 static
-struct ust_app_channel *alloc_ust_app_channel(char *name,
+struct ust_app_channel *alloc_ust_app_channel(const char *name,
                struct ust_app_session *ua_sess,
                struct lttng_ust_channel_attr *attr)
 {
This page took 0.023292 seconds and 5 git commands to generate.