X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;h=d727e6860119609eda2a370d6b0ccee6c1c88ec6;hb=c2c584344de5929117f84f3a2a9ad3f5e3c578ca;hp=a9d50612dbceace92565d08deed4a85ed31902cb;hpb=869a3c2d29b8c75cc3b30f76ebd38c9a8b239018;p=lttng-tools.git diff --git a/include/lttng/action/notify-internal.h b/include/lttng/action/notify-internal.h index a9d50612d..d727e6860 100644 --- a/include/lttng/action/notify-internal.h +++ b/include/lttng/action/notify-internal.h @@ -13,11 +13,12 @@ struct lttng_action_notify { struct lttng_action parent; + struct lttng_firing_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 */