X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;fp=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=7d69c7d0992d84799389e9eacfda9ba261334be3;hb=c1b2f2e24cda9b60bce9380a3967b9207293a32d;hp=78d12aba3ddc0bd68bd0699181f9457eca898075;hpb=008b967517e476b78600006565a7a1276d4023d6;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 78d12aba3..7d69c7d09 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, 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 */