Fix: sessiond: rotation trigger leak
[lttng-tools.git] / include / lttng / notification / notification-internal.h
index c50536dc6eafa399bb3350a75add68b3257007dc..d7289fd7bbf460dc1b1023641deba92ee3669699 100644 (file)
@@ -42,4 +42,12 @@ ssize_t lttng_notification_create_from_buffer(
                const struct lttng_buffer_view *view,
                struct lttng_notification **notification);
 
+const struct lttng_condition *lttng_notification_get_const_condition(
+               const struct lttng_notification *notification);
+const struct lttng_evaluation *lttng_notification_get_const_evaluation(
+               const struct lttng_notification *notification);
+
+const struct lttng_trigger *lttng_notification_get_const_trigger(
+               const struct lttng_notification *notification);
+
 #endif /* LTTNG_NOTIFICATION_INTERNAL_H */
This page took 0.023388 seconds and 4 git commands to generate.