Build fix: Missing message in LTTNG_DEPRECATED invocation
[lttng-tools.git] / src / common / snapshot.h
index df02adaf917156c4a242f783909e1e172ee0dd73..7395c04d1c7e30731cfbd855a0ca59a08118ee10 100644 (file)
 struct lttng_payload_view;
 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);
 
+enum lttng_error_code lttng_snapshot_output_mi_serialize(
+               const struct lttng_snapshot_output *output,
+               struct mi_writer *writer);
+
 #endif /* COMMON_SNAPSHOT_H */
This page took 0.023303 seconds and 4 git commands to generate.