Fix: section mismatch warning caused by __exit annotation
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 7 Mar 2017 14:12:31 +0000 (09:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Mar 2017 14:17:05 +0000 (09:17 -0500)
commit32fe46fb8640cf2e50103ba2f2efd1ef5c245eaf
treed5e8fdc46875d8742b3c15acb2045981becee8d2
parent771af27e31ba33049fa04033456f04e7d740ec66
Fix: section mismatch warning caused by __exit annotation

lttng_logger_exit is used in a non-exit function so it should not be
annotated with `__exit`.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng.c
This page took 0.024782 seconds and 4 git commands to generate.