X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=88e8a2631cffe734a6fcd701a260c13d6c2ffc7e;hb=823fa2fab52001dd39b07ea4c7d806b859f7ee9e;hp=681301fc2f2c73ed971be54e920dcd8ade5adb32;hpb=08ddb31a5e8c3f69899f464d0b85605b4cdebbe5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 681301fc2..88e8a2631 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -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 */