Move all default values to defaults.h
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 6a7006c0b8b90c37151e32610e532e63edb52ab2..238f27a80c0601e57b443e4812db77d8d863a88d 100644 (file)
 #include "session.h"
 #include "ust-app.h"
 
-#define DEFAULT_HOME_DIR            "/tmp"
-#define DEFAULT_UST_SOCK_DIR        DEFAULT_HOME_DIR "/ust-app-socks"
-#define DEFAULT_GLOBAL_APPS_PIPE    DEFAULT_UST_SOCK_DIR "/global"
-#define DEFAULT_TRACE_OUTPUT        DEFAULT_HOME_DIR "/lttng"
-
-#define DEFAULT_GLOBAL_APPS_WAIT_SHM_PATH   "/lttng-ust-apps-wait"
-#define DEFAULT_HOME_APPS_WAIT_SHM_PATH     "/lttng-ust-apps-wait-%u"
-
 struct module_param {
        const char *name;
        int required;
This page took 0.028553 seconds and 5 git commands to generate.