X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-share.h;h=41d659b6f49cacdd917970c75f5226b61a918729;hp=f6169bfd0deb743ade9f7ca254406d59dcbe3f5c;hb=994dd8a4dd68257854a1b00f875e9b1608375749;hpb=0b0dd29a48f5855eeb7cda99efaa079d8353eb6b diff --git a/include/lttng-share.h b/include/lttng-share.h index f6169bfd0..41d659b6f 100644 --- a/include/lttng-share.h +++ b/include/lttng-share.h @@ -21,6 +21,11 @@ #include +#include + +/* Default size of a hash table */ +#define DEFAULT_HT_SIZE 4 + /* Default channel attributes */ #define DEFAULT_CHANNEL_NAME "channel0" #define DEFAULT_CHANNEL_OVERWRITE 0 /* usec */ @@ -50,6 +55,15 @@ #define DEFAULT_UST_CHANNEL_SUBBUF_SIZE 4096 /* bytes */ /* Must be a power of 2 */ #define DEFAULT_UST_CHANNEL_SUBBUF_NUM 4 +/* See lttng-ust.h enum lttng_ust_output */ +#define DEFAULT_UST_CHANNEL_OUTPUT LTTNG_EVENT_MMAP + +/* + * Default timeout value for the sem_timedwait() call. Blocking forever is not + * wanted so a timeout is used to control the data flow and not freeze the + * session daemon. + */ +#define DEFAULT_SEM_WAIT_TIMEOUT 30 /* in seconds */ /* * Takes a pointer x and transform it so we can use it to access members