X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconfig%2Fconfig-session-abi.h;h=66d9cca73d4405084c264f215ed4b5247d411ca5;hp=df77c63a5bf6d1884071dcb12b78242aae86bb2e;hb=1ae5e83e58569f50b38fde0afe3f2aa08010f354;hpb=512eb1488340c4c3c0c29e6cde9d489e858fdd6c diff --git a/src/common/config/config-session-abi.h b/src/common/config/config-session-abi.h index df77c63a5..66d9cca73 100644 --- a/src/common/config/config-session-abi.h +++ b/src/common/config/config-session-abi.h @@ -123,5 +123,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 */