X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=681301fc2f2c73ed971be54e920dcd8ade5adb32;hp=e7947801257557befe55b32de144c81c2d2c415c;hb=68808f4e0bbb3adccff72ff9dab6ec9f3a9e6866;hpb=41e16a7c24eed8c602399781ff545b99930d73c6 diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index e79478012..681301fc2 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -55,7 +55,7 @@ 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 max_stream_size); int init_kernel_workarounds(void);