X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=e8ce419e63f6f2617d91401e0726a53ce17dcd84;hb=e6c533d671c9bcde5d914a18a632b6d0782c4e1a;hp=083e1abc9f715d86b02101ec3259b47c9b4a9069;hpb=9b322352451e6bda9c3dc963df08d2a4d690f7b5;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 083e1abc9..e8ce419e6 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -269,8 +269,9 @@ #define DEFAULT_NETWORK_DATA_PORT CONFIG_DEFAULT_NETWORK_DATA_PORT #define DEFAULT_NETWORK_VIEWER_PORT CONFIG_DEFAULT_NETWORK_VIEWER_PORT -/* Agent registration TCP port. */ -#define DEFAULT_AGENT_TCP_PORT CONFIG_DEFAULT_AGENT_TCP_PORT +/* Agent registration TCP port range. */ +#define DEFAULT_AGENT_TCP_PORT_RANGE_BEGIN CONFIG_DEFAULT_AGENT_TCP_PORT_RANGE_BEGIN +#define DEFAULT_AGENT_TCP_PORT_RANGE_END CONFIG_DEFAULT_AGENT_TCP_PORT_RANGE_END /* * If a thread stalls for this amount of time, it will be considered bogus (bad