Move private ABI counter client symbols to dedicated header
[lttng-ust.git] / liblttng-ust / lttng-counter-client.h
diff --git a/liblttng-ust/lttng-counter-client.h b/liblttng-ust/lttng-counter-client.h
new file mode 100644 (file)
index 0000000..5aa8661
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ * SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * Copyright (C) 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * LTTng lib counter client.
+ */
+
+#ifndef _LTTNG_UST_COUNTER_CLIENT_H
+#define _LTTNG_UST_COUNTER_CLIENT_H
+
+/*
+ * These symbol are part of the private ABI between liblttng-ust and
+ * liblttng-ust-ctl.
+ */
+void lttng_counter_client_percpu_32_modular_init(void);
+void lttng_counter_client_percpu_32_modular_exit(void);
+void lttng_counter_client_percpu_64_modular_init(void);
+void lttng_counter_client_percpu_64_modular_exit(void);
+
+#endif
This page took 0.024681 seconds and 4 git commands to generate.