SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index 4f3bedea5c392d09f94e9fbdd43ab60583e4c9e1..d22a5b7a07375477869df702a4dad4bf860fae43 100644 (file)
@@ -74,4 +74,11 @@ bool kernel_tracer_is_initialized(void);
 enum lttng_error_code kernel_create_channel_subdirectories(
                const struct ltt_kernel_session *ksess);
 
+enum lttng_error_code kernel_create_trigger_group_notification_fd(
+               int *trigger_group_notification_fd);
+enum lttng_error_code kernel_destroy_trigger_group_notification_fd(
+               int trigger_group_notification_fd);
+enum lttng_error_code kernel_update_tokens(void);
+int kernel_get_notification_fd(void);
+
 #endif /* _LTT_KERNEL_CTL_H */
This page took 0.024336 seconds and 5 git commands to generate.