Fix: lttng-events.h check function takes void
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Apr 2015 20:31:58 +0000 (16:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Apr 2015 20:31:58 +0000 (16:31 -0400)
commit03a98277316f615753baff0503bff28321ada432
tree78feff32d7ab5f380fb7ff8d3ec9480b99f40e30
parent206584b257bfe5e9820bdb3184a7b694a88a1854
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.025571 seconds and 4 git commands to generate.