X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=1545d0a748374a8cda77c8de361031184c642db3;hp=5df5127b38a342890a6dddd523de1349d43c5cd0;hb=2a10de3b3b5a198a1633ff4167a9610c493994c1;hpb=d295668767ac8234e83984e1812d342d03293d88 diff --git a/src/common/defaults.h b/src/common/defaults.h index 5df5127b3..1545d0a74 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -284,7 +284,7 @@ * Wait period before retrying the lttng_data_pending command in the lttng * stop command of liblttng-ctl. */ -#define DEFAULT_DATA_AVAILABILITY_WAIT_TIME 200000 /* usec */ +#define DEFAULT_DATA_AVAILABILITY_WAIT_TIME_US 200000 /* usec */ /* * Wait period before retrying the lttng_consumer_flushed_cache when @@ -333,6 +333,9 @@ /* Default maximal size of message notification channel message payloads. */ #define DEFAULT_MAX_NOTIFICATION_CLIENT_MESSAGE_PAYLOAD_SIZE 65536 +/* Default maximal size of trace archive location. */ +#define DEFAULT_MAX_TRACE_ARCHIVE_LOCATION_PAYLOAD_SIZE 65536 + /* Default maximal size of message notification channel message payloads. */ #define DEFAULT_CLIENT_MAX_QUEUED_NOTIFICATIONS_COUNT 100 @@ -343,6 +346,8 @@ #define DEFAULT_LTTNG_RELAYD_TCP_KEEP_ALIVE_PROBE_INTERVAL_ENV "LTTNG_RELAYD_TCP_KEEP_ALIVE_PROBE_INTERVAL" #define DEFAULT_LTTNG_RELAYD_TCP_KEEP_ALIVE_ABORT_THRESHOLD_ENV "LTTNG_RELAYD_TCP_KEEP_ALIVE_ABORT_THRESHOLD" +#define DEFAULT_LTTNG_RELAYD_WORKING_DIRECTORY_ENV "LTTNG_RELAYD_WORKING_DIRECTORY" + /* * Name of the intermediate directory used to rename the trace chunk of a * session's first rotation.