Fix: LTTNG_KERNEL_ADD_CALLSITE: Handle unknown event type
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Oct 2019 19:23:59 +0000 (15:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Oct 2019 19:25:04 +0000 (15:25 -0400)
commit77cd7f175c3ab35ebd6fdfc0bcd93ff7a97a612c
treeb1d6032db2b9b822151af74b624fae45eb51b56e
parent78f20682a7031ae3f7642614b85a6da1f8788fe2
Fix: LTTNG_KERNEL_ADD_CALLSITE: Handle unknown event type

Return -ENOSYS for unknown event type (similarly to other commands)
rather than falling-through the switch statement.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-abi.c
This page took 0.024971 seconds and 4 git commands to generate.