This makes it possible to include health.h in a C++ program.
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct lttng_health;
struct lttng_health_thread;
*/
const char *lttng_health_thread_name(const struct lttng_health_thread *thread);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* LTTNG_HEALTH_H */