Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-11.hpp
index 79f241aaa249fce2a50378f1a8abd72684ae62f2..97565df5b8481e3fc8ff07999b0c5d9e8b905216 100644 (file)
@@ -9,20 +9,28 @@
 #define RELAYD_CMD_2_11_H
 
 #include "lttng-relayd.hpp"
+
 #include <common/buffer-view.hpp>
 #include <common/uuid.hpp>
 
 int cmd_create_session_2_11(const struct lttng_buffer_view *payload,
-               char *session_name, char *hostname, char *base_path,
-               uint32_t *live_timer, bool *snapshot,
-               uint64_t *id_sessiond, lttng_uuid& sessiond_uuid,
-               bool *has_current_chunk, uint64_t *current_chunk_id,
-               time_t *creation_time,
-               bool *session_name_contains_creation_time);
+                           char *session_name,
+                           char *hostname,
+                           char *base_path,
+                           uint32_t *live_timer,
+                           bool *snapshot,
+                           uint64_t *id_sessiond,
+                           lttng_uuid& sessiond_uuid,
+                           bool *has_current_chunk,
+                           uint64_t *current_chunk_id,
+                           time_t *creation_time,
+                           bool *session_name_contains_creation_time);
 
 int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload,
-               char **ret_path_name, char **ret_channel_name,
-               uint64_t *tracefile_size, uint64_t *tracefile_count,
-               uint64_t *trace_archive_id);
+                        char **ret_path_name,
+                        char **ret_channel_name,
+                        uint64_t *tracefile_size,
+                        uint64_t *tracefile_count,
+                        uint64_t *trace_archive_id);
 
 #endif /* RELAYD_CMD_2_11_H */
This page took 0.023455 seconds and 4 git commands to generate.