Command to rename a folder
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 1fe7c89b5554a250981a43907ed77bc5fbcf9e95..691aad9f6a1dd7f0992c16147c4dcc55f1bb4f2a 100644 (file)
@@ -315,6 +315,9 @@ 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_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);
 int consumer_mkdir(struct consumer_socket *socket, uint64_t session_id,
                const struct consumer_output *output, const char *path,
                uid_t uid, gid_t gid);
This page took 0.024506 seconds and 5 git commands to generate.