Rename liblttsessiondcomm to liblttng-sessiond-comm, install it.
[lttng-tools.git] / include / lttng / lttng-sessiond-comm.h
index e361dd8b3de7293c26e438bccec955d0b1471369..20ee531f77179d5367410d65b32d1b15bc600884 100644 (file)
 #include <limits.h>
 #include <lttng/lttng.h>
 
+#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_HOME_APPS_UNIX_SOCK                    "%s/.apps-ltt-sessiond"
+#define DEFAULT_HOME_APPS_UNIX_SOCK            "%s/.apps-ltt-sessiond"
 #define DEFAULT_HOME_CLIENT_UNIX_SOCK          "%s/.client-ltt-sessiond"
 
 /* Queue size of listen(2) */
This page took 0.02304 seconds and 4 git commands to generate.