From 8284df1d749fa7adb334fe4f43da77bfc9c05a71 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 24 十二月 2020 11:35:02 +0800
Subject: [PATCH] add error message method

---
 src/socket/shm_socket.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/socket/shm_socket.h b/src/socket/shm_socket.h
index cf6737f..8667796 100644
--- a/src/socket/shm_socket.h
+++ b/src/socket/shm_socket.h
@@ -11,13 +11,6 @@
   SHM_MSG_NOWAIT = 2
 };
 
-
-
-enum shm_socket_error_type_t {
-	SHM_SOCKET_ECONNFAILED = 1,
-	SHM_SOCKET_ETIMEOUT = 2	
-};
-
 enum shm_connection_status_t {
 	SHM_CONN_CLOSED=1,
 	SHM_CONN_LISTEN=2,

--
Gitblit v1.8.0