ltt-kconsumerd: Fix incorrect typing
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 13:30:49 +0000 (09:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 13:30:49 +0000 (09:30 -0400)
commit558e70e9829c97ecd228516f6e312768be0536d7
treec2a956e046132a6dac0a28fd53cc51565a0b4791
parent44d3bd014f6ad217cff7e7c3dfaad76b1927c37b
ltt-kconsumerd: Fix incorrect typing

ltt-kconsumerd.c: In function ‘on_recv_fd’:
ltt-kconsumerd.c:298: warning: passing argument 2 of
‘kernctl_get_mmap_len’ from incompatible pointer type
../include/lttng-kernel-ctl.h:47: note: expected ‘long unsigned int *’
but argument is of type ‘size_t *’

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ltt-kconsumerd/ltt-kconsumerd.c
This page took 0.025036 seconds and 4 git commands to generate.