X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fpath-internal.h;fp=include%2Flttng%2Faction%2Fpath-internal.h;h=0000000000000000000000000000000000000000;hp=8a255f0b705fb4dd7d14111d37f61dc8a48d5413;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/include/lttng/action/path-internal.h b/include/lttng/action/path-internal.h deleted file mode 100644 index 8a255f0b7..000000000 --- a/include/lttng/action/path-internal.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2021 Jérémie Galarneau - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_ACTION_PATH_INTERNAL_H -#define LTTNG_ACTION_PATH_INTERNAL_H - -#include -#include -#include -#include -#include -#include - -struct lttng_action_path { - struct lttng_dynamic_array indexes; -}; - -/* Assumes that 'dst' is uninitialized. */ -int lttng_action_path_copy(const struct lttng_action_path *src, - struct lttng_action_path *dst); - -ssize_t lttng_action_path_create_from_payload( - struct lttng_payload_view *view, - struct lttng_action_path **action_path); - -int lttng_action_path_serialize(const struct lttng_action_path *action_path, - struct lttng_payload *payload); - -#endif /* LTTNG_ACTION_PATH_INTERNAL_H */