2 * Copyright (C) 2019 Simon Marchi <simon.marchi@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
8 #ifndef LTTNG_ACTION_STOP_SESSION_INTERNAL_H
9 #define LTTNG_ACTION_STOP_SESSION_INTERNAL_H
11 #include <common/macros.h>
14 struct lttng_payload_view
;
17 * Create a "stop session" action from a payload view.
19 * On success, return the number of bytes consumed from `view`, and the created
20 * action in `*action`. On failure, return -1.
23 extern ssize_t
lttng_action_stop_session_create_from_payload(
24 struct lttng_payload_view
*view
,
25 struct lttng_action
**action
);
27 #endif /* LTTNG_ACTION_STOP_SESSION_INTERNAL_H */
This page took 0.03211 seconds and 5 git commands to generate.