Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / location-internal.hpp
index 4daeed061b06d8e2916f6ce141ef6c3bee0e3d65..669347e2ebbca28f18b6c82a463d2f2aa992a493 100644 (file)
@@ -8,10 +8,12 @@
 #ifndef LTTNG_LOCATION_INTERNAL_H
 #define LTTNG_LOCATION_INTERNAL_H
 
-#include <lttng/location.h>
-#include <common/dynamic-buffer.hpp>
 #include <common/buffer-view.hpp>
+#include <common/dynamic-buffer.hpp>
 #include <common/macros.hpp>
+
+#include <lttng/location.h>
+
 #include <sys/types.h>
 #include <urcu/ref.h>
 
@@ -73,28 +75,24 @@ struct lttng_trace_archive_location_comm {
        char payload[];
 } LTTNG_PACKED;
 
-
-struct lttng_trace_archive_location *lttng_trace_archive_location_local_create(
-               const char *path);
+struct lttng_trace_archive_location *lttng_trace_archive_location_local_create(const char *path);
 
 struct lttng_trace_archive_location *lttng_trace_archive_location_relay_create(
-               const char *host,
-               enum lttng_trace_archive_location_relay_protocol_type protocol,
-               uint16_t control_port, uint16_t data_port,
-               const char *relative_path);
+       const char *host,
+       enum lttng_trace_archive_location_relay_protocol_type protocol,
+       uint16_t control_port,
+       uint16_t data_port,
+       const char *relative_path);
 
-ssize_t lttng_trace_archive_location_create_from_buffer(
-               const struct lttng_buffer_view *buffer,
-               struct lttng_trace_archive_location **location);
+ssize_t
+lttng_trace_archive_location_create_from_buffer(const struct lttng_buffer_view *buffer,
+                                               struct lttng_trace_archive_location **location);
 
-ssize_t lttng_trace_archive_location_serialize(
-               const struct lttng_trace_archive_location *location,
-               struct lttng_dynamic_buffer *buffer);
+ssize_t lttng_trace_archive_location_serialize(const struct lttng_trace_archive_location *location,
+                                              struct lttng_dynamic_buffer *buffer);
 
-void lttng_trace_archive_location_get(
-               struct lttng_trace_archive_location *location);
+void lttng_trace_archive_location_get(struct lttng_trace_archive_location *location);
 
-void lttng_trace_archive_location_put(
-               struct lttng_trace_archive_location *location);
+void lttng_trace_archive_location_put(struct lttng_trace_archive_location *location);
 
 #endif /* LTTNG_LOCATION_INTERNAL_H */
This page took 0.023592 seconds and 4 git commands to generate.