Fix: grab more than one packet for snapshots
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index 681301fc2f2c73ed971be54e920dcd8ade5adb32..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, uint64_t max_stream_size);
-
+               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.022708 seconds and 4 git commands to generate.