From a04b9ffdd2b0f69cad65dd6e7e393e6d1db36375 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 28 May 2021 12:40:07 -0400 Subject: [PATCH] Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I3aa3fc711750be320433a2f4d1e7d49d47d71c44 --- src/bin/lttng-sessiond/ust-ctl-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/ust-ctl-internal.h b/src/bin/lttng-sessiond/ust-ctl-internal.h index 73d401962..610aa7f36 100644 --- a/src/bin/lttng-sessiond/ust-ctl-internal.h +++ b/src/bin/lttng-sessiond/ust-ctl-internal.h @@ -653,6 +653,6 @@ int lttng_ust_ctl_counter_aggregate(struct lttng_ust_ctl_daemon_counter *counter int lttng_ust_ctl_counter_clear(struct lttng_ust_ctl_daemon_counter *counter, const size_t *dimension_indexes); -void ustctl_sigbus_handle(void *addr); +void lttng_ust_ctl_sigbus_handle(void *addr); #endif /* LTTNG_UST_CTL_INTERNAL_H */ -- 2.34.1