Move LTTNG_RUNDIR declaration to lttng/lttng-sessiond-comm.h
[lttng-tools.git] / include / lttng / lttng-sessiond-comm.h
index feff98c70bc3ef49d417c59640cc80d552b7b08f..67a305d1f86b61dd6abd6612454bce474ee6425a 100644 (file)
@@ -29,6 +29,8 @@
 #include <limits.h>
 #include <lttng/lttng.h>
 
 #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"
 /* 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"
This page took 0.035143 seconds and 4 git commands to generate.