X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=8cfdcbdb54057ee16813a432ac83e69ab6df12ef;hb=1ea2c2dfbd051d7ab86a2161b48aa8e4a2f2b5e2;hp=e8608a96b2c700740b09378ef517c3562be1b780;hpb=fd0a1aea7b67696a87ffe70b8d3d8c15424f0bca;p=lttng-ust.git diff --git a/include/ust/marker.h b/include/ust/marker.h index e8608a96..8cfdcbdb 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -31,6 +31,10 @@ #include #include +#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 */