X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=1beb516aa09980fd39c750cda2b70df2efef96e2;hb=3b4a6e401ee2df275299aa0460f0ae5b693f8aba;hp=8107d973ba2358e6ae13017876aa3b2fbf5ffa78;hpb=ab38c13fcac04787654a446443d562770af9d602;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 8107d973b..1beb516aa 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -88,7 +88,8 @@ #define DEFAULT_LTTNG_RUNDIR CONFIG_LTTNG_SYSTEM_RUNDIR #define DEFAULT_LTTNG_HOME_RUNDIR "%s/.lttng" #define DEFAULT_LTTNG_SESSIOND_PIDFILE "lttng-sessiond.pid" -#define DEFAULT_LTTNG_SESSIOND_JULPORT_FILE "jul.port" +#define DEFAULT_LTTNG_SESSIOND_AGENTPORT_FILE "agent.port" +#define DEFAULT_LTTNG_SESSIOND_LOCKFILE "lttng-sessiond.lck" /* Default probes list */ #define DEFAULT_LTTNG_KMOD_PROBES "LTTNG_KMOD_PROBES" @@ -232,15 +233,15 @@ #define DEFAULT_NETWORK_CONTROL_BIND_ADDRESS "0.0.0.0" #define DEFAULT_NETWORK_DATA_BIND_ADDRESS "0.0.0.0" #define DEFAULT_NETWORK_VIEWER_BIND_ADDRESS "localhost" -#define DEFAULT_JUL_BIND_ADDRESS "localhost" +#define DEFAULT_AGENT_BIND_ADDRESS "localhost" /* Default network ports for trace streaming support. */ #define DEFAULT_NETWORK_CONTROL_PORT 5342 #define DEFAULT_NETWORK_DATA_PORT 5343 #define DEFAULT_NETWORK_VIEWER_PORT 5344 -/* JUL registration TCP port. */ -#define DEFAULT_JUL_TCP_PORT 5345 +/* Agent registration TCP port. */ +#define DEFAULT_AGENT_TCP_PORT 5345 /* * If a thread stalls for this amount of time, it will be considered bogus (bad