From: Francis Deslauriers Date: Fri, 28 May 2021 16:40:07 +0000 (-0400) Subject: Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=adc67eaf9010559ade3e8c12d84a629c7d7f0655 Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I3aa3fc711750be320433a2f4d1e7d49d47d71c44 --- 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 */