bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / common / shm.h
index d714506b85b2f4a472a8186fad47c621126ed6ca..530507c35ae8ed8c839638501776f5749753f124 100644 (file)
@@ -9,8 +9,16 @@
 #ifndef _LTT_SHM_H
 #define _LTT_SHM_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 char *shm_ust_get_mmap(char *shm_path, int global);
 
 int shm_create_anonymous(const char *owner_name);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _LTT_SHM_H */
This page took 0.023985 seconds and 4 git commands to generate.