X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;h=8588ac29554829ba022d2d23d2e8ebdd097cbe88;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=d727e6860119609eda2a370d6b0ccee6c1c88ec6;hpb=1c2c1c051b2274ae80028be343b0246aa64bc2b8;p=lttng-tools.git diff --git a/include/lttng/action/notify-internal.h b/include/lttng/action/notify-internal.h index d727e6860..8588ac295 100644 --- a/include/lttng/action/notify-internal.h +++ b/include/lttng/action/notify-internal.h @@ -13,10 +13,9 @@ struct lttng_action_notify { struct lttng_action parent; - struct lttng_firing_policy *policy; + struct lttng_rate_policy *policy; }; -LTTNG_HIDDEN ssize_t lttng_action_notify_create_from_payload( struct lttng_payload_view *view, struct lttng_action **action);