sessiond: split event notifier error counter CLI options
[lttng-tools.git] / src / bin / lttng-sessiond / sessiond-config.h
index 9369f4cc037de9265bed98f6e94eb9643230338e..a24a831f0f55899ef0c48db3238d88b293854549 100644 (file)
@@ -30,7 +30,8 @@ struct sessiond_config {
        /* Agent TCP port range for registration. Used by the agent thread. */
        struct config_int_range agent_tcp_port;
 
-       int event_notifier_error_counter_bucket;
+       int event_notifier_buffer_size_kernel;
+       int event_notifier_buffer_size_userspace;
        /* Socket timeout for receiving and sending (in seconds). */
        int app_socket_timeout;
 
This page took 0.023851 seconds and 4 git commands to generate.