Replace libuuid with internal implementation
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-11.h
index 48841d26b53393be7c78b95725e90931a3cab8be..8ac0894829e24d595a6606d88ebe91201f79f422 100644 (file)
 
 #include "lttng-relayd.h"
 #include <common/buffer-view.h>
-#include <common/compat/uuid.h>
+#include <common/uuid.h>
 
 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);
+               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,
This page took 0.025309 seconds and 5 git commands to generate.