Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la
[lttng-tools.git] / src / bin / lttng-sessiond / sessiond-config.c
index d908da9727452c215e308f208acd5bcaa7afacc2..843586e60eac7883f9f58e5a6f007c4c6206edea 100644 (file)
@@ -15,6 +15,7 @@
 #include <ctype.h>
 #include <common/error.h>
 #include <common/utils.h>
+#include <common/path.h>
 #include <common/compat/getenv.h>
 
 static
@@ -31,7 +32,7 @@ struct sessiond_config sessiond_config_build_defaults = {
        .daemonize =                            false,
        .sig_parent =                           false,
 
-       .tracing_group_name.value =             DEFAULT_TRACING_GROUP,
+       .tracing_group_name.value =             (char *) DEFAULT_TRACING_GROUP,
        .kmod_probes_list.value =               NULL,
        .kmod_extra_probes_list.value =         NULL,
 
This page took 0.024023 seconds and 4 git commands to generate.