Support snapshot max-size limitation
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index c219420cacb34c08acca28e560020d9f918f3902..44fd708ec8b8779a8d9ac77eec5835fbeb9611f9 100644 (file)
@@ -249,6 +249,6 @@ int consumer_flush_channel(struct consumer_socket *socket, uint64_t key);
 /* Snapshot command. */
 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);
+               const char *session_path, int wait, int max_size_per_stream);
 
 #endif /* _CONSUMER_H */
This page took 0.022811 seconds and 4 git commands to generate.