Command to make a directory on the consumer or relay
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 24c7a273c6dab0246b128d16456b4e1e41d76868..1fe7c89b5554a250981a43907ed77bc5fbcf9e95 100644 (file)
@@ -315,4 +315,8 @@ 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_mkdir(struct consumer_socket *socket, uint64_t session_id,
+               const struct consumer_output *output, const char *path,
+               uid_t uid, gid_t gid);
+
 #endif /* _CONSUMER_H */
This page took 0.023918 seconds and 5 git commands to generate.