Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 28 May 2021 16:40:07 +0000 (12:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Jun 2021 20:52:19 +0000 (16:52 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I3aa3fc711750be320433a2f4d1e7d49d47d71c44

src/bin/lttng-sessiond/ust-ctl-internal.h

index 73d401962d909d3018de3f501b4de5c6afae2e78..610aa7f363ba208efdfe0c7321d105a9722c0097 100644 (file)
@@ -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 */
This page took 0.026562 seconds and 5 git commands to generate.