bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / common / unix.h
index 820dff0b56893f86edeb1f40f8e289a8a0b6d6b3..e5c7435e34eb7256047304133d642eeeaf26e178 100644 (file)
 #include <common/payload.h>
 #include <common/payload-view.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 int lttcomm_create_unix_sock(const char *pathname);
 int lttcomm_create_anon_unix_socketpair(int *fds);
 int lttcomm_connect_unix_sock(const char *pathname);
@@ -51,4 +55,8 @@ ssize_t lttcomm_recv_creds_unix_sock(int sock, void *buf, size_t len,
 
 int lttcomm_setsockopt_creds_unix_sock(int sock);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _LTTCOMM_UNIX_H */
This page took 0.023681 seconds and 4 git commands to generate.