X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsnapshot.h;h=7395c04d1c7e30731cfbd855a0ca59a08118ee10;hb=3afa94aeca5a0daae40fd7b6cc96b7e4c150c7d8;hp=3edcf16ae7cc33b5faaae56b732aae387ae054cb;hpb=6a751b953a43c566b74818ec6325db0978e16c66;p=lttng-tools.git diff --git a/src/common/snapshot.h b/src/common/snapshot.h index 3edcf16ae..7395c04d1 100644 --- a/src/common/snapshot.h +++ b/src/common/snapshot.h @@ -18,25 +18,20 @@ struct lttng_payload; struct lttng_snapshot_output; struct mi_writer; -LTTNG_HIDDEN bool lttng_snapshot_output_validate(const struct lttng_snapshot_output *output); -LTTNG_HIDDEN bool lttng_snapshot_output_is_equal( const struct lttng_snapshot_output *a, const struct lttng_snapshot_output *b); -LTTNG_HIDDEN int lttng_snapshot_output_serialize( const struct lttng_snapshot_output *output, struct lttng_payload *payload); -LTTNG_HIDDEN ssize_t lttng_snapshot_output_create_from_payload( struct lttng_payload_view *view, struct lttng_snapshot_output **output_p); -LTTNG_HIDDEN enum lttng_error_code lttng_snapshot_output_mi_serialize( const struct lttng_snapshot_output *output, struct mi_writer *writer);