X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=7452280d9042fd0602283d8caf105ce48af26460;hp=6502345426fde7f1d3eb9c394c977a420797f7d6;hb=1501a7f32e1abf3e805053d4241c9796882d56bc;hpb=bac6245e1e5e337077ca246104fa23f382ae7063 diff --git a/src/common/defaults.h b/src/common/defaults.h index 650234542..7452280d9 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -108,6 +108,13 @@ #define DEFAULT_GLOBAL_RELAY_HEALTH_UNIX_SOCK DEFAULT_LTTNG_RUNDIR "/relayd/health-%d" #define DEFAULT_HOME_RELAY_HEALTH_UNIX_SOCK DEFAULT_LTTNG_HOME_RUNDIR "/relayd/health-%d" +/* Default daemon configuration file path */ +#define DEFAULT_DAEMON_CONFIG_FILE "lttng.conf" +#define DEFAULT_DAEMON_HOME_CONFIGPATH DEFAULT_LTTNG_HOME_RUNDIR "/" \ + DEFAULT_DAEMON_CONFIG_FILE +#define DEFAULT_DAEMON_SYSTEM_CONFIGPATH CONFIG_LTTNG_SYSTEM_CONFIGDIR \ + "/lttng/" DEFAULT_DAEMON_CONFIG_FILE + #define DEFAULT_GLOBAL_APPS_UNIX_SOCK \ DEFAULT_LTTNG_RUNDIR "/" LTTNG_UST_SOCK_FILENAME #define DEFAULT_HOME_APPS_UNIX_SOCK \