Rotate command
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 36e7c83d5bbaab2c6f2397461756327ce5d1fc29..fbd5b11529e156fa90dceff06ef9126fac1cb3a3 100644 (file)
@@ -322,6 +322,10 @@ int consumer_snapshot_channel(struct consumer_socket *socket, uint64_t key,
                struct snapshot_output *output, int metadata, uid_t uid, gid_t gid,
                const char *session_path, int wait, uint64_t nb_packets_per_stream);
 
+int consumer_rotate_channel(struct consumer_socket *socket, uint64_t key,
+               uid_t uid, gid_t gid, struct consumer_output *output,
+               char *domain_path, bool is_metadata_channel, uint64_t new_chunk_id,
+               bool *rotate_pending_relay);
 int consumer_rotate_rename(struct consumer_socket *socket, uint64_t session_id,
                const struct consumer_output *output, const char *old_path,
                const char *new_path, uid_t uid, gid_t gid);
This page took 0.023004 seconds and 4 git commands to generate.