X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fgroup-internal.h;fp=include%2Flttng%2Faction%2Fgroup-internal.h;h=0000000000000000000000000000000000000000;hb=ad63a966ae7a204528fa77599f92100d7341be7a;hp=9e88422cafce47ae6918dc957ab85ca59f195082;hpb=702f26c8641ee4554c629d13b9367b1e93f96e31;p=lttng-tools.git diff --git a/include/lttng/action/group-internal.h b/include/lttng/action/group-internal.h deleted file mode 100644 index 9e88422ca..000000000 --- a/include/lttng/action/group-internal.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2019 Simon Marchi - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_ACTION_LIST_INTERNAL_H -#define LTTNG_ACTION_LIST_INTERNAL_H - -#include - -#include - -struct lttng_action; -struct lttng_payload_view; - -/* - * Create an action list from a payload view. - * - * On success, return the number of bytes consumed from `view`, and the created - * group in `*group`. On failure, return -1. - */ -LTTNG_HIDDEN -extern ssize_t lttng_action_list_create_from_payload( - struct lttng_payload_view *view, - struct lttng_action **group); - -LTTNG_HIDDEN -extern struct lttng_action *lttng_action_list_borrow_mutable_at_index( - const struct lttng_action *group, unsigned int index); - -#endif /* LTTNG_ACTION_LIST_INTERNAL_H */