Add lttng_ust_ prefix before objd_unref
[lttng-ust.git] / include / ust / marker.h
index e8608a96b2c700740b09378ef517c3562be1b780..8cfdcbdb54057ee16813a432ac83e69ab6df12ef 100644 (file)
 #include <bits/wordsize.h>
 #include <urcu/list.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct ust_marker;
 struct ust_marker_probe_array;
 
@@ -218,4 +222,8 @@ void __MARKER_LIB_IS_DEPRECATED()
  */
 #define MARK_NOARGS    UST_MARKER_NOARGS
 
+#ifdef __cplusplus 
+}
+#endif
+
 #endif /* _UST_MARKER_H */
This page took 0.030782 seconds and 4 git commands to generate.