X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fconfig-session-abi.h;h=2faa354a0d05136d939dc83ae24abcd818e64269;hb=0b340ff877fd93d0cf2e34506cd5be83788f1afe;hp=df77c63a5bf6d1884071dcb12b78242aae86bb2e;hpb=fb83fe64f250bec7416f18891a8264450c61ead3;p=lttng-tools.git diff --git a/src/common/config/config-session-abi.h b/src/common/config/config-session-abi.h index df77c63a5..2faa354a0 100644 --- a/src/common/config/config-session-abi.h +++ b/src/common/config/config-session-abi.h @@ -41,6 +41,7 @@ extern const char * const config_element_subbuf_size; extern const char * const config_element_num_subbuf; extern const char * const config_element_switch_timer_interval; extern const char * const config_element_read_timer_interval; +extern const char * const config_element_monitor_timer_interval; extern const char * const config_element_output; extern const char * const config_element_output_type; extern const char * const config_element_tracefile_size; @@ -123,5 +124,9 @@ extern const char * const config_event_context_hostname; extern const char * const config_event_context_ip; extern const char * const config_event_context_perf_thread_counter; extern const char * const config_event_context_app; +extern const char * const config_event_context_interruptible; +extern const char * const config_event_context_preemptible; +extern const char * const config_event_context_need_reschedule; +extern const char * const config_event_context_migratable; #endif /* CONFIG_SESSION_INTERNAL_H */