X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fsnapshot.hpp;h=3018fb813034043798ba0f4f65d73643a2e0245c;hb=69e98ad60c01ddfbfa6eb843960f77804173dd0f;hp=d7442152f16af428d433330c646d52d1db9d72b5;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/snapshot.hpp b/src/common/snapshot.hpp index d7442152f..3018fb813 100644 --- a/src/common/snapshot.hpp +++ b/src/common/snapshot.hpp @@ -20,20 +20,16 @@ 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); +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); +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); +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); +enum lttng_error_code lttng_snapshot_output_mi_serialize(const struct lttng_snapshot_output *output, + struct mi_writer *writer); #endif /* COMMON_SNAPSHOT_H */