From aa2f3b2a9968bb4928463bdae05fb026d16b60bb Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 04 十二月 2020 19:07:01 +0800
Subject: [PATCH] 固定bus key

---
 src/socket/shm_stream_mod_socket.h |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/socket/shm_stream_mod_socket.h b/src/socket/shm_stream_mod_socket.h
index 9fd29a2..305c2fd 100644
--- a/src/socket/shm_stream_mod_socket.h
+++ b/src/socket/shm_stream_mod_socket.h
@@ -2,9 +2,7 @@
 #define __shm_stream_mod_socket_SOCKET_H__
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+
 
 enum socket_mod_t
 {
@@ -70,8 +68,6 @@
  */
 int shm_stream_mod_socket_get_key(void * _socket);
 
-#ifdef __cplusplus
-}
-#endif
+
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0