Add C++ support to API header files
[lttng-tools.git] / include / lttng / lttng.h
index cb3562ffdf601f66274ffef2bd7252450184e3a2..a9aee7233e7307735982c951b937ed5c2012d38e 100644 (file)
 #include <stdint.h>
 #include <sys/types.h>
 
+/* Error codes that can be returned by API calls */
+#include <lttng/lttng-error.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * Event symbol length. Copied from LTTng kernel ABI.
  */
@@ -573,4 +580,8 @@ extern int lttng_disable_consumer(struct lttng_handle *handle);
  */
 extern int lttng_health_check(enum lttng_health_component c);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_H */
This page took 0.025409 seconds and 5 git commands to generate.