X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.h;h=99a545642f0cf152439a7a80457981620230716a;hb=a7d0c51c52357e361b9834d04d39a40b16edb46f;hp=dc3a0e1d67569711ef3a13076256c6453b2119eb;hpb=61790539c71b0a4ffa1f813b78981551841b91ac;p=lttng-tools.git diff --git a/include/lttng/notification/notification-internal.h b/include/lttng/notification/notification-internal.h index dc3a0e1d6..99a545642 100644 --- a/include/lttng/notification/notification-internal.h +++ b/include/lttng/notification/notification-internal.h @@ -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 */