X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fstop-session-internal.h;h=592ef0e2ce9109506a3cd27842eebf713f13f358;hb=c2c584344de5929117f84f3a2a9ad3f5e3c578ca;hp=150002e841e373dc89110a4c794ffbb61e7492a8;hpb=931bdbaa3a3fd1d586a0045c15cac23d6cfc67f9;p=lttng-tools.git 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 */