Create a dedicated test suite for Perf
[lttng-tools.git] / src / common / defaults.h
index 178a601dfde3b38c619a421642564aefd078ac7a..27f1ddc82a66524afeef8250d50c2f0dfefa72c7 100644 (file)
 /* 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.
  *
This page took 0.022894 seconds and 4 git commands to generate.