Cleanup: have interpreter functions return _DISCARD instead of 0
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 12 May 2020 15:48:20 +0000 (11:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 May 2020 19:17:37 +0000 (15:17 -0400)
commita93d4e71141238b3d87471461c6920e6f7547367
tree82a4a455c71175880dd7b281a3aaf9ef6abe526e
parent5fae98f7a1c3fa7976c535237ea12709ae7acccf
Cleanup: have interpreter functions return _DISCARD instead of 0

It's easier to understand the meaning of the zero return value of these
function using the enum. It makes it obvious.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1df8f704fa9f6768f413c12c3c1de61a94b3aff8
src/lttng-filter-interpreter.c
This page took 0.0254 seconds and 4 git commands to generate.