X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.h;h=d7289fd7bbf460dc1b1023641deba92ee3669699;hb=69d5d2ae78d1835f4547a2946d226c2a7a2e513c;hp=c50536dc6eafa399bb3350a75add68b3257007dc;hpb=683c4b91592e8986ffad62f89f08c736497aabb3;p=lttng-tools.git diff --git a/include/lttng/notification/notification-internal.h b/include/lttng/notification/notification-internal.h index c50536dc6..d7289fd7b 100644 --- a/include/lttng/notification/notification-internal.h +++ b/include/lttng/notification/notification-internal.h @@ -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 */