X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.hpp;fp=include%2Flttng%2Fnotification%2Fnotification-internal.hpp;h=9557c38b88cb738e17ead59d3cc0217ee80474ed;hp=37c8f2af9ddd34cbe0d5d3a8b290ee86e5fe96d0;hb=c08136a3fab16fd3f620c8bcd93f25ea68382d00;hpb=281a10509e36529edb8733a28367122531a63e21 diff --git a/include/lttng/notification/notification-internal.hpp b/include/lttng/notification/notification-internal.hpp index 37c8f2af9..9557c38b8 100644 --- a/include/lttng/notification/notification-internal.hpp +++ b/include/lttng/notification/notification-internal.hpp @@ -40,4 +40,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 */