liblttng-ctl: use lttng_payload for serialize/create_from_buffer
[lttng-tools.git] / include / lttng / action / stop-session-internal.h
index 150002e841e373dc89110a4c794ffbb61e7492a8..592ef0e2ce9109506a3cd27842eebf713f13f358 100644 (file)
@@ -8,22 +8,20 @@
 #ifndef LTTNG_ACTION_STOP_SESSION_INTERNAL_H
 #define LTTNG_ACTION_STOP_SESSION_INTERNAL_H
 
-#include <sys/types.h>
-
 #include <common/macros.h>
 
 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 */
This page took 0.023684 seconds and 5 git commands to generate.