config for pending timer + rate limiting
[deliverable/lttng-tools.git] / src / common / defaults.h
index 8669a84129e604276e7f6f8f8b6be9878cdaf0d8..e9dfdba94b7d583338449e73d2a08fd1aff63cec 100644 (file)
 /* Default maximal size of message notification channel message payloads. */
 #define DEFAULT_CLIENT_MAX_QUEUED_NOTIFICATIONS_COUNT          100
 
+/*
+ * Default timer value in usec for the rotate pending polling check on the
+ * relay when a rotation has completed on the consumer.
+ */
+#define DEFAULT_ROTATE_PENDING_RELAY_TIMER     CONFIG_DEFAULT_ROTATE_PENDING_RELAY_TIMER
+
 /*
  * Returns the default subbuf size.
  *
This page took 0.026877 seconds and 5 git commands to generate.