8#ifndef LTTNG_NOTIFICATION_H
9#define LTTNG_NOTIFICATION_H
11#include <lttng/lttng-export.h>
const struct lttng_condition * lttng_notification_get_condition(struct lttng_notification *notification)
Returns the condition which caused a trigger to send the notification notification.
const struct lttng_trigger * lttng_notification_get_trigger(struct lttng_notification *notification)
Returns the trigger which fired to make LTTng send the notification notification.
void lttng_notification_destroy(struct lttng_notification *notification)
Destroys the notification notification.
const struct lttng_evaluation * lttng_notification_get_evaluation(struct lttng_notification *notification)
Returns the evaluation of the condition which caused a trigger to send the notification notification.
Trigger condition (opaque type).
Trigger condition evaluation (opaque type).
Notification (opaque type).