8#ifndef LTTNG_ACTION_NOTIFY_H
9#define LTTNG_ACTION_NOTIFY_H
11#include <lttng/lttng-export.h>
enum lttng_action_status lttng_action_notify_get_rate_policy(const struct lttng_action *action, const struct lttng_rate_policy **policy)
Sets *policy to the rate policy of the “notify” trigger action action.
enum lttng_action_status lttng_action_notify_set_rate_policy(struct lttng_action *action, const struct lttng_rate_policy *policy)
Sets the rate policy of the “notify” trigger action action to policy.
struct lttng_action * lttng_action_notify_create(void)
Creates a “notify” trigger action.
lttng_action_status
Return type of trigger action API functions.
Definition action.h:58
Trigger action rate policy (opaque type).