X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-share.h;h=41d659b6f49cacdd917970c75f5226b61a918729;hp=399de4f6e6f610ee63da83ed72050213dec8deb7;hb=bec399405a4667411ae06bbbcbed678e42e93a30;hpb=ee0b00610a6b7beaf6af8feddd7ef6751f22debf diff --git a/include/lttng-share.h b/include/lttng-share.h index 399de4f6e..41d659b6f 100644 --- a/include/lttng-share.h +++ b/include/lttng-share.h @@ -23,6 +23,9 @@ #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 */ @@ -53,7 +56,7 @@ /* 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_UST_MMAP +#define DEFAULT_UST_CHANNEL_OUTPUT LTTNG_EVENT_MMAP /* * Default timeout value for the sem_timedwait() call. Blocking forever is not