X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=37d222a784fd0b3564a35b3a845fb8fe88b956e2;hp=178a601dfde3b38c619a421642564aefd078ac7a;hb=5f702b607116a8303cb09fb091d8b9740c06baca;hpb=1a1a34b40ab10a195633b1ed5e2e9b42fdae0a78 diff --git a/src/common/defaults.h b/src/common/defaults.h index 178a601df..37d222a78 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -20,6 +20,7 @@ #ifndef _DEFAULTS_H #define _DEFAULTS_H +#include #include /* Default unix group name for tracing. */ @@ -309,6 +310,9 @@ /* Default LTTng MI XML namespace. */ #define DEFAULT_LTTNG_MI_NAMESPACE "http://lttng.org/xml/ns/lttng-mi" +/* Default thread stack size; the default mandated by pthread_create(3) */ +#define DEFAULT_LTTNG_THREAD_STACK_SIZE 2097152 + /* * Returns the default subbuf size. *