X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=1aecb30e5577c6802f3f55ed3f250d218165e9c4;hp=c857cb756e92365684af9d8fe368646231718f34;hb=022d91ba14053d6093a6d6a1af02a345c6fd42d2;hpb=22fb211b5ad4d39789f782180a5e610b72a20291 diff --git a/src/common/defaults.h b/src/common/defaults.h index c857cb756..1aecb30e5 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -88,7 +88,7 @@ #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 "jul.port" #define DEFAULT_LTTNG_SESSIOND_LOCKFILE "lttng-sessiond.lck" /* Default probes list */ @@ -233,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