Fix: sessiond: rotation trigger leak
[lttng-tools.git] / include / lttng / notification / notification-internal.h
index dc3a0e1d67569711ef3a13076256c6453b2119eb..99a545642f0cf152439a7a80457981620230716a 100644 (file)
@@ -43,4 +43,12 @@ ssize_t lttng_notification_create_from_payload(
                struct lttng_payload_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.023478 seconds and 4 git commands to generate.