Implement firing policy for the notify action
[lttng-tools.git] / include / lttng / action / notify-internal.h
index e6cb174ceea5de44705dc7b880259e5cbdfe8705..d727e6860119609eda2a370d6b0ccee6c1c88ec6 100644 (file)
 
 struct lttng_action_notify {
        struct lttng_action parent;
+       struct lttng_firing_policy *policy;
 };
 
+LTTNG_HIDDEN
+ssize_t lttng_action_notify_create_from_payload(
+               struct lttng_payload_view *view,
+               struct lttng_action **action);
+
 #endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */
This page took 0.024621 seconds and 4 git commands to generate.