X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Flist-internal.h;fp=include%2Flttng%2Faction%2Flist-internal.h;h=0000000000000000000000000000000000000000;hp=231755fd6795b55d88eb2562115526aabb97ab51;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/include/lttng/action/list-internal.h b/include/lttng/action/list-internal.h deleted file mode 100644 index 231755fd6..000000000 --- a/include/lttng/action/list-internal.h +++ /dev/null @@ -1,42 +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; -struct mi_writer; -struct mi_lttng_error_query_callbacks; -struct lttng_dynamic_array; -struct lttng_trigger; - -/* - * Create an action list from a payload view. - * - * On success, return the number of bytes consumed from `view`, and the created - * list in `*list`. On failure, return -1. - */ -extern ssize_t lttng_action_list_create_from_payload( - struct lttng_payload_view *view, - struct lttng_action **list); - -extern struct lttng_action *lttng_action_list_borrow_mutable_at_index( - const struct lttng_action *list, unsigned int index); - -enum lttng_error_code lttng_action_list_mi_serialize(const struct lttng_trigger *trigger, - const struct lttng_action *action, - struct mi_writer *writer, - const struct mi_lttng_error_query_callbacks - *error_query_callbacks, - struct lttng_dynamic_array *action_path_indexes); - -#endif /* LTTNG_ACTION_LIST_INTERNAL_H */