X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fstop-session-internal.h;fp=include%2Flttng%2Faction%2Fstop-session-internal.h;h=0000000000000000000000000000000000000000;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=da4a5aac18050691b246414d16482b47fb84a6a4;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;p=lttng-tools.git diff --git a/include/lttng/action/stop-session-internal.h b/include/lttng/action/stop-session-internal.h deleted file mode 100644 index da4a5aac1..000000000 --- a/include/lttng/action/stop-session-internal.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2019 Simon Marchi - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_ACTION_STOP_SESSION_INTERNAL_H -#define LTTNG_ACTION_STOP_SESSION_INTERNAL_H - -#include - -struct lttng_action; -struct lttng_payload_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. - */ -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 */