Rename firing policy to rate policy
[lttng-tools.git] / include / lttng / action / notify-internal.h
index a9d50612dbceace92565d08deed4a85ed31902cb..d15532a04a8aa21b0c0220f31e32e37d8a7bc10d 100644 (file)
 
 struct lttng_action_notify {
        struct lttng_action parent;
+       struct lttng_rate_policy *policy;
 };
 
 LTTNG_HIDDEN
-ssize_t lttng_action_notify_create_from_buffer(
-               const struct lttng_buffer_view *view,
+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.023435 seconds and 4 git commands to generate.