Fix: lttng-events.h check function takes void
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Apr 2015 20:28:53 +0000 (16:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Apr 2015 20:33:00 +0000 (16:33 -0400)
commitcb1aa0c78c8a5a23e0648408c5f5bc5db978b7c1
treeaef4186139b5fb9a1b58ab0636659c7755bf2720
parent6bdc39b10e8a16c966e2c338084ef13f84af3af3
Fix: lttng-events.h check function takes void

The kernel nerver really emit this, but our function prototype should
not take the void *data parameter, so we are similar to the the "with
argument" prototype, which does not have the private data pointer.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-events.h
This page took 0.036281 seconds and 4 git commands to generate.