Fix: sessiond: rotation trigger leak
[lttng-tools.git] / include / lttng / notification / notification-internal.hpp
index 37c8f2af9ddd34cbe0d5d3a8b290ee86e5fe96d0..9557c38b88cb738e17ead59d3cc0217ee80474ed 100644 (file)
@@ -40,4 +40,12 @@ ssize_t lttng_notification_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_notification **notification);
 
                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 */
 #endif /* LTTNG_NOTIFICATION_INTERNAL_H */
This page took 0.022943 seconds and 4 git commands to generate.