Fix: Memory leak in setup of relayd_path
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index e7947801257557befe55b32de144c81c2d2c415c..88e8a2631cffe734a6fcd701a260c13d6c2ffc7e 100644 (file)
@@ -55,8 +55,8 @@ int kernel_validate_version(int tracer_fd);
 void kernel_destroy_session(struct ltt_kernel_session *ksess);
 void kernel_destroy_channel(struct ltt_kernel_channel *kchan);
 int kernel_snapshot_record(struct ltt_kernel_session *ksess,
-               struct snapshot_output *output, int wait, unsigned int nb_streams);
-
+               struct snapshot_output *output, int wait,
+               uint64_t nb_packets_per_stream);
 int init_kernel_workarounds(void);
 
 #endif /* _LTT_KERNEL_CTL_H */
This page took 0.023626 seconds and 4 git commands to generate.