X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.hpp;fp=include%2Flttng%2Faction%2Fnotify-internal.hpp;h=2d4d1bd4ad9e2f9fc53492a7cc920eba21aa14a5;hp=c923019c31235e8426d24784c895620c9ee69aa4;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/action/notify-internal.hpp b/include/lttng/action/notify-internal.hpp index c923019c3..2d4d1bd4a 100644 --- a/include/lttng/action/notify-internal.hpp +++ b/include/lttng/action/notify-internal.hpp @@ -8,16 +8,15 @@ #ifndef LTTNG_ACTION_NOTIFY_INTERNAL_H #define LTTNG_ACTION_NOTIFY_INTERNAL_H -#include #include +#include 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); +ssize_t lttng_action_notify_create_from_payload(struct lttng_payload_view *view, + struct lttng_action **action); #endif /* LTTNG_ACTION_NOTIFY_INTERNAL_H */