From: Mathieu Desnoyers Date: Thu, 3 Nov 2011 17:45:40 +0000 (-0400) Subject: Update lttng-sessiond communication socket path X-Git-Tag: v1.9.1~140 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=8d1dae7c48929bcc11e520cff12b4d817c08bbae;p=lttng-ust.git Update lttng-sessiond communication socket path Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/ust-comm.h b/include/lttng/ust-comm.h index e2a46617..348ef164 100644 --- a/include/lttng/ust-comm.h +++ b/include/lttng/ust-comm.h @@ -41,8 +41,8 @@ #define LTTNG_RUNDIR "/var/run/lttng" /* Default unix socket path */ -#define DEFAULT_GLOBAL_CLIENT_UNIX_SOCK LTTNG_RUNDIR "/client-ltt-sessiond" -#define DEFAULT_GLOBAL_APPS_UNIX_SOCK LTTNG_RUNDIR "/apps-ltt-sessiond" +#define DEFAULT_GLOBAL_CLIENT_UNIX_SOCK LTTNG_RUNDIR "/client-lttng-sessiond" +#define DEFAULT_GLOBAL_APPS_UNIX_SOCK LTTNG_RUNDIR "/apps-lttng-sessiond" #define DEFAULT_HOME_APPS_UNIX_SOCK "%s/.apps-ltt-sessiond" #define DEFAULT_HOME_CLIENT_UNIX_SOCK "%s/.client-ltt-sessiond"