X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;h=8588ac29554829ba022d2d23d2e8ebdd097cbe88;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hp=e6cb174ceea5de44705dc7b880259e5cbdfe8705;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/include/lttng/action/notify-internal.h b/include/lttng/action/notify-internal.h index e6cb174ce..8588ac295 100644 --- a/include/lttng/action/notify-internal.h +++ b/include/lttng/action/notify-internal.h @@ -13,6 +13,11 @@ struct lttng_action_notify { struct lttng_action parent; + struct lttng_rate_policy *policy; }; +ssize_t lttng_action_notify_create_from_payload( + struct lttng_payload_view *view, + struct lttng_action **action); + #endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */