Extract the lost packets and discarded events counters
[lttng-tools.git] / src / common / config / session-config.c
index dec891349a5384a928abf153447452b51131498c..d89249879aece2dc99ea2b138dfcc3784154f097 100644 (file)
@@ -95,6 +95,8 @@ const char * const config_element_output_type = "output_type";
 const char * const config_element_tracefile_size = "tracefile_size";
 const char * const config_element_tracefile_count = "tracefile_count";
 const char * const config_element_live_timer_interval = "live_timer_interval";
+const char * const config_element_discarded_events = "discarded_events";
+const char * const config_element_lost_packets = "lost_packets";
 const char * const config_element_type = "type";
 const char * const config_element_buffer_type = "buffer_type";
 const char * const config_element_session = "session";
This page took 0.025179 seconds and 5 git commands to generate.