X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=183e315183356c1ebca2f5a8d4f65beea7dbc1b2;hb=ee5b998f96be26a66976fd8afbe712e1ff43f411;hp=fabcf085204227d04333d6e51ddf6292b2c1c4b1;hpb=715e6fb12b68e1749ee78607ad032acea6bbc2a5;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index fabcf0852..183e31518 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -55,8 +55,8 @@ #define DEFAULT_TRACE_OUTPUT DEFAULT_HOME_DIR "/lttng" /* Default directory where the trace are written in per domain */ -#define DEFAULT_KERNEL_TRACE_DIR "/kernel" -#define DEFAULT_UST_TRACE_DIR "/ust" +#define DEFAULT_KERNEL_TRACE_DIR "kernel" +#define DEFAULT_UST_TRACE_DIR "ust" /* Subpath for per PID or UID sessions. */ #define DEFAULT_UST_TRACE_PID_PATH "/pid" @@ -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 @@ -325,7 +325,7 @@ #define DEFAULT_RUN_AS_WORKER_NAME "lttng-runas" /* Default LTTng MI XML namespace. */ -#define DEFAULT_LTTNG_MI_NAMESPACE "http://lttng.org/xml/ns/lttng-mi" +#define DEFAULT_LTTNG_MI_NAMESPACE "https://lttng.org/xml/ns/lttng-mi" /* Default thread stack size; the default mandated by pthread_create(3) */ #define DEFAULT_LTTNG_THREAD_STACK_SIZE 2097152 @@ -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,11 +346,18 @@ #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" +/* + * Name of the intermediate directory used to rename the trace chunk of a + * session's first rotation. + */ +#define DEFAULT_TEMPORARY_CHUNK_RENAME_DIRECTORY ".tmp_rename_chunk" +#define DEFAULT_ARCHIVED_TRACE_CHUNKS_DIRECTORY "archives" + /* * Default timer value in usec for the rotate pending polling check on the * relay when a rotation has completed on the consumer. */ -#define DEFAULT_ROTATE_PENDING_RELAY_TIMER CONFIG_DEFAULT_ROTATE_PENDING_RELAY_TIMER +#define DEFAULT_ROTATE_PENDING_TIMER CONFIG_DEFAULT_ROTATE_PENDING_TIMER /* * Returns the default subbuf size.