X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-share.h;h=41d659b6f49cacdd917970c75f5226b61a918729;hp=cac819d63467377fbe9bf39f8449595e474249b9;hb=bec399405a4667411ae06bbbcbed678e42e93a30;hpb=f6a9efaa0fe496b7fa4850daa2eae98a240433e1 diff --git a/include/lttng-share.h b/include/lttng-share.h index cac819d63..41d659b6f 100644 --- a/include/lttng-share.h +++ b/include/lttng-share.h @@ -24,7 +24,7 @@ #include /* Default size of a hash table */ -#define DEFAULT_HT_SIZE 32 +#define DEFAULT_HT_SIZE 4 /* Default channel attributes */ #define DEFAULT_CHANNEL_NAME "channel0" @@ -56,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