From a1b6b9ae58c85ec1801935676c9dd76682a313b1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 14 一月 2021 11:29:03 +0800 Subject: [PATCH] CMake --- src/socket/shm_mod_socket.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/socket/shm_mod_socket.h b/src/socket/shm_mod_socket.h index 4c82497..73c91c3 100644 --- a/src/socket/shm_mod_socket.h +++ b/src/socket/shm_mod_socket.h @@ -26,12 +26,10 @@ friend class BusServerSocket; private: shm_socket_t *shm_socket; - socket_mod_t mod; std::set<int> *bus_set; private: - inline int _recvfrom_(void **buf, int *size, int *key, struct timespec *timeout, int flags); int _sub_( char *topic, int size, int key, struct timespec *timeout, int flags); int _pub_( char *topic, int topic_size, void *content, int content_size, int key, struct timespec *timeout, int flags); -- Gitblit v1.8.0