X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fsnapshot.h;fp=src%2Fcommon%2Fsnapshot.h;h=0000000000000000000000000000000000000000;hb=7532fa3bd22e403958f46cd35c824f490d93292d;hp=7395c04d1c7e30731cfbd855a0ca59a08118ee10;hpb=985aea182b618c85c51651f224abedfe367c75ee;p=lttng-tools.git diff --git a/src/common/snapshot.h b/src/common/snapshot.h deleted file mode 100644 index 7395c04d1..000000000 --- a/src/common/snapshot.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright (C) 2020 Simon Marchi - * - * SPDX-License-Identifier: GPL-2.0-only - * - */ - -#ifndef COMMON_SNAPSHOT_H -#define COMMON_SNAPSHOT_H - -#include - -#include -#include - -struct lttng_payload_view; -struct lttng_payload; -struct lttng_snapshot_output; -struct mi_writer; - -bool lttng_snapshot_output_validate(const struct lttng_snapshot_output *output); - -bool lttng_snapshot_output_is_equal( - const struct lttng_snapshot_output *a, - const struct lttng_snapshot_output *b); - -int lttng_snapshot_output_serialize( - const struct lttng_snapshot_output *output, - struct lttng_payload *payload); - -ssize_t lttng_snapshot_output_create_from_payload( - struct lttng_payload_view *view, - struct lttng_snapshot_output **output_p); - -enum lttng_error_code lttng_snapshot_output_mi_serialize( - const struct lttng_snapshot_output *output, - struct mi_writer *writer); - -#endif /* COMMON_SNAPSHOT_H */