From a4d18d6ab3216ce1bf8052f0fdc4ea34bc6385e8 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期三, 20 一月 2021 19:39:17 +0800
Subject: [PATCH] update

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

diff --git a/src/bus_error.h b/src/bus_error.h
index a951e89..709f973 100644
--- a/src/bus_error.h
+++ b/src/bus_error.h
@@ -7,7 +7,8 @@
 #define EBUS_BASE 10000
 #define EBUS_TIMEOUT 10001
 #define EBUS_CLOSED 10002
-#define ESHM_BUS_KEY_INUSED 10003
+#define EBUS_KEY_INUSED 10003
+#define EBUS_NET 10004
 
 extern int bus_errno;
 

--
Gitblit v1.8.0