Clean-up: optional: change space to tabs
[lttng-tools.git] / src / common / snapshot.h
index 95a63e13b42e0d1995ef9b70e6ac99107a41b77b..df02adaf917156c4a242f783909e1e172ee0dd73 100644 (file)
 #include <common/macros.h>
 
 #include <stdbool.h>
+#include <sys/types.h>
 
-struct lttng_buffer_view;
-struct lttng_dynamic_buffer;
+struct lttng_payload_view;
+struct lttng_payload;
 struct lttng_snapshot_output;
 
 LTTNG_HIDDEN
@@ -27,11 +28,11 @@ bool lttng_snapshot_output_is_equal(
 LTTNG_HIDDEN
 int lttng_snapshot_output_serialize(
                const struct lttng_snapshot_output *output,
-               struct lttng_dynamic_buffer *buf);
+               struct lttng_payload *payload);
 
 LTTNG_HIDDEN
-ssize_t lttng_snapshot_output_create_from_buffer(
-               const struct lttng_buffer_view *view,
+ssize_t lttng_snapshot_output_create_from_payload(
+               struct lttng_payload_view *view,
                struct lttng_snapshot_output **output_p);
 
 #endif /* COMMON_SNAPSHOT_H */
This page took 0.023256 seconds and 4 git commands to generate.