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