sessiond: Implement kernel event notifier error counter
[lttng-tools.git] / src / common / defaults.h
index 1e4b7fac7ab7d5d500ddd84985b76051dfefef49..faff595c62d4772c3bb05dda31a9bb193e047fd7 100644 (file)
 #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).
This page took 0.022514 seconds and 4 git commands to generate.