notification_send callback takes const event_notifier parameter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Apr 2021 17:31:13 +0000 (13:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Apr 2021 17:32:11 +0000 (13:32 -0400)
commitcda77256e7f0cbc8839f9c872b75e77cb1fb7d5c
treee42f98542ac43b0a1958c20e7f766081727d66e8
parent9c098f2368d48c28ed02d891ff7f2a9fcc84d5d5
notification_send callback takes const event_notifier parameter

The event parameter of the notification_send callback should be const,
because it should not be modified, only read.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iff6b7454bb4a87ed4a75d842f67e18e5a11be4dd
include/lttng/ust-events.h
src/lib/lttng-ust/event-notifier-notification.c
src/lib/lttng-ust/lttng-tracer-core.h
This page took 0.024459 seconds and 4 git commands to generate.