X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;h=1a6abe561a86818a9de41b0950d12c4cbfb71511;hb=594c7c002eda287de5f8c8e1859a8841f6fcc90f;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..1a6abe561 100644 --- a/include/lttng/action/notify-internal.h +++ b/include/lttng/action/notify-internal.h @@ -16,8 +16,8 @@ struct lttng_action_notify { }; 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 */