run_filter callback takes const event parameter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Apr 2021 17:25:51 +0000 (13:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Apr 2021 17:32:09 +0000 (13:32 -0400)
commit9c098f2368d48c28ed02d891ff7f2a9fcc84d5d5
tree8bf5271173f6ca51c77d4af921e3006b44185b5b
parent407937dc27362ba6f169a7b2a01e41f4ab6ede82
run_filter callback takes const event parameter

The event parameter of the run_filter callback should be const, because
it should not be modified, only read.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie25a3e228d4e0971b447ab4b25d4b2b5e03efa2e
include/lttng/ust-events.h
src/lib/lttng-ust/events.h
src/lib/lttng-ust/lttng-bytecode-interpreter.c
This page took 0.024261 seconds and 4 git commands to generate.