Fix: event notifier: notification send should be a callback
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Dec 2020 15:14:43 +0000 (10:14 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Dec 2020 15:16:56 +0000 (10:16 -0500)
commitcab88ff8cb13622233f1e0ed338d8d10a229370d
treec3c8bca6975474c7d97272b7fb0b81415277f048
parenta58c831a07058055a6e14d09d0e5a3f40f47eae3
Fix: event notifier: notification send should be a callback

Turn notification send into a callback so probes compiled against
lttng-ust 2.13+ but executed in an environment with lttng-ust 2.12 or
prior don't trigger linker error due to missing
lttng_event_notifier_notification_send symbol.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ib51fdc09865f8ae158129417b9e26e86221881b0
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
liblttng-ust/lttng-events.c
liblttng-ust/lttng-tracer-core.h
This page took 0.025114 seconds and 5 git commands to generate.