Fix: assert(0) when listing Python events with MI
[lttng-tools.git] / src / common / config / config-session-abi.h
index 230b411611882999ef0aff480da59e1acb04dddb..9251b22fc02bdfb942d4686249b84ab2699a9017 100644 (file)
@@ -67,11 +67,17 @@ extern const char * const config_element_data_uri;
 extern const char * const config_element_max_size;
 extern const char * const config_element_pid;
 extern const char * const config_element_pids;
+extern const char * const config_element_shared_memory_path;
+extern const char * const config_element_pid_tracker;
+extern const char * const config_element_trackers;
+extern const char * const config_element_targets;
+extern const char * const config_element_target_pid;
 
 extern const char * const config_domain_type_kernel;
 extern const char * const config_domain_type_ust;
 extern const char * const config_domain_type_jul;
 extern const char * const config_domain_type_log4j;
+extern const char * const config_domain_type_python;
 
 extern const char * const config_buffer_type_per_pid;
 extern const char * const config_buffer_type_per_uid;
This page took 0.023237 seconds and 4 git commands to generate.