X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fstop-session-internal.h;h=592ef0e2ce9109506a3cd27842eebf713f13f358;hp=150002e841e373dc89110a4c794ffbb61e7492a8;hb=c0a66c84b5b2484b75798aec7543b680b4d4ab6c;hpb=427d84693052f551da11a175d9a0f74bb6e169b3 diff --git a/include/lttng/action/stop-session-internal.h b/include/lttng/action/stop-session-internal.h index 150002e84..592ef0e2c 100644 --- a/include/lttng/action/stop-session-internal.h +++ b/include/lttng/action/stop-session-internal.h @@ -8,22 +8,20 @@ #ifndef LTTNG_ACTION_STOP_SESSION_INTERNAL_H #define LTTNG_ACTION_STOP_SESSION_INTERNAL_H -#include - #include struct lttng_action; -struct lttng_buffer_view; +struct lttng_payload_view; /* - * Create a "stop session" action from a buffer view. + * Create a "stop session" action from a payload view. * * On success, return the number of bytes consumed from `view`, and the created * action in `*action`. On failure, return -1. */ LTTNG_HIDDEN -extern ssize_t lttng_action_stop_session_create_from_buffer( - const struct lttng_buffer_view *view, +extern ssize_t lttng_action_stop_session_create_from_payload( + struct lttng_payload_view *view, struct lttng_action **action); #endif /* LTTNG_ACTION_STOP_SESSION_INTERNAL_H */