bin: compile lttng as C++
[lttng-tools.git] / src / common / uri.h
index ac1de9e0cbc2450f2592f54c46beb499321734c3..a270db9d927c021a84b59723afc8920b2948c536 100644 (file)
 #include <lttng/lttng.h>
 #include <common/macros.h>
 
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
 /* Destination type of lttng URI */
 enum lttng_dst_type {
        LTTNG_DST_IPV4                        = 1,
@@ -72,4 +76,8 @@ ssize_t uri_parse_str_urls(const char *ctrl_url, const char *data_url,
                struct lttng_uri **uris);
 int uri_to_str_url(struct lttng_uri *uri, char *dst, size_t size);
 
+#if defined(__cplusplus)
+}
+#endif
+
 #endif /* _LTT_URI_H */
This page took 0.024181 seconds and 4 git commands to generate.