Cleanup: have interpreter functions return _DISCARD instead of 0
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 12 May 2020 15:38:15 +0000 (11:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 May 2020 17:37:14 +0000 (13:37 -0400)
commit4526ba6908b141a77d711bb38d2971f640ce5a7e
treecf417b60c024b987d2e124089bf3cbe61f5fcd51
parent055d27d76978efd97f04dbee3e53c31b214ebfc6
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: Id8f199d82b17228fdc882e3ccbab8b3535840984
liblttng-ust/lttng-filter-interpreter.c
This page took 0.024136 seconds and 4 git commands to generate.