X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=b889466fd341f4dee312a068dae0d11ce15aacda;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=1e4b7fac7ab7d5d500ddd84985b76051dfefef49;hpb=d42266a417afa6e8ca6024590b8282002aebca07;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 1e4b7fac7..b889466fd 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * Copyright (C) 2015 Jérémie Galarneau * @@ -279,6 +279,9 @@ #define DEFAULT_AGENT_TCP_PORT_RANGE_BEGIN CONFIG_DEFAULT_AGENT_TCP_PORT_RANGE_BEGIN #define DEFAULT_AGENT_TCP_PORT_RANGE_END CONFIG_DEFAULT_AGENT_TCP_PORT_RANGE_END +/* Number of buckets in the event notifier error count map. */ +#define DEFAULT_EVENT_NOTIFIER_ERROR_COUNT_MAP_SIZE CONFIG_DEFAULT_EVENT_NOTIFIER_ERROR_COUNT_MAP_SIZE + /* * If a thread stalls for this amount of time, it will be considered bogus (bad * health). @@ -376,7 +379,6 @@ * This function depends on a value that is set at constructor time, so it is * unsafe to call it from another constructor. */ -LTTNG_HIDDEN size_t default_get_channel_subbuf_size(void); /* @@ -385,7 +387,6 @@ size_t default_get_channel_subbuf_size(void); * This function depends on a value that is set at constructor time, so it is * unsafe to call it from another constructor. */ -LTTNG_HIDDEN size_t default_get_metadata_subbuf_size(void); /* @@ -394,7 +395,6 @@ size_t default_get_metadata_subbuf_size(void); * This function depends on a value that is set at constructor time, so it is * unsafe to call it from another constructor. */ -LTTNG_HIDDEN size_t default_get_kernel_channel_subbuf_size(void); /* @@ -403,7 +403,6 @@ size_t default_get_kernel_channel_subbuf_size(void); * This function depends on a value that is set at constructor time, so it is * unsafe to call it from another constructor. */ -LTTNG_HIDDEN size_t default_get_ust_pid_channel_subbuf_size(void); /* @@ -412,7 +411,6 @@ size_t default_get_ust_pid_channel_subbuf_size(void); * This function depends on a value that is set at constructor time, so it is * unsafe to call it from another constructor. */ -LTTNG_HIDDEN size_t default_get_ust_uid_channel_subbuf_size(void); /* @@ -424,7 +422,6 @@ size_t default_get_ust_uid_channel_subbuf_size(void); * pthread_attr_t pointer where the thread stack size is set to the soft stack * size limit. */ -LTTNG_HIDDEN pthread_attr_t *default_pthread_attr(void); #endif /* _DEFAULTS_H */