From 95bd9a67f9f6c90f627784e3f8fbf5c203784e51 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 30 四月 2021 15:36:17 +0800
Subject: [PATCH] change shm socket msg queue to atomic queue.

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

diff --git a/src/socket.h b/src/socket.h
index cd6bfee..a5dd72c 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -22,7 +22,7 @@
 #include "bh_util.h"
 #include "defs.h"
 #include "sendq.h"
-#include "shm_queue.h"
+#include "shm_msg_queue.h"
 #include <atomic>
 #include <boost/noncopyable.hpp>
 #include <condition_variable>
@@ -37,7 +37,7 @@
 {
 
 protected:
-	typedef bhome_shm::ShmMsgQueue Queue;
+	typedef ShmMsgQueue Queue;
 
 public:
 	typedef ShmMsgQueue::MQId MQId;

--
Gitblit v1.8.0