lichao
2021-04-26 1b167ec5ad101ac44451381e26cc73ab5d67d2a1
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;