X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fstop-session-internal.h;h=da4a5aac18050691b246414d16482b47fb84a6a4;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;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..da4a5aac1 100644 --- a/include/lttng/action/stop-session-internal.h +++ b/include/lttng/action/stop-session-internal.h @@ -8,22 +8,19 @@ #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 */