X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fnotify-internal.h;h=1a6abe561a86818a9de41b0950d12c4cbfb71511;hp=a9d50612dbceace92565d08deed4a85ed31902cb;hb=c0a66c84b5b2484b75798aec7543b680b4d4ab6c;hpb=427d84693052f551da11a175d9a0f74bb6e169b3 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 */