Fix: add extern "C" to two header files
[deliverable/lttng-ust.git] / include / lttng / ust-ctl.h
index 932940babf393304964e039a0cc5256aa50d96c5..d9eba3ef3bffac24928f8e233c9baa76fb68dd2a 100644 (file)
 #error "LTTNG_PACKED should be defined"
 #endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifndef LTTNG_UST_UUID_LEN
 #define LTTNG_UST_UUID_LEN     16
 #endif
@@ -518,4 +522,8 @@ int ustctl_reply_register_channel(int sock,
        enum ustctl_channel_header header_type,
        int ret_code);                  /* return code. 0 ok, negative error */
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _LTTNG_UST_CTL_H */
This page took 0.02718 seconds and 5 git commands to generate.