bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / bin / lttng-sessiond / ust-ctl-internal.h
index 73d401962d909d3018de3f501b4de5c6afae2e78..d85af28684d6dc034cc93d11cf362a0a0aa9cbcc 100644 (file)
 
 #include "lttng-ust-abi.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifndef LTTNG_UST_UUID_LEN
 #define LTTNG_UST_UUID_LEN     16
 #endif
@@ -653,6 +657,10 @@ 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);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif /* LTTNG_UST_CTL_INTERNAL_H */
This page took 0.02386 seconds and 4 git commands to generate.