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 | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/bus_error.h b/src/bus_error.h index 79f98d6..709f973 100644 --- a/src/bus_error.h +++ b/src/bus_error.h @@ -4,10 +4,11 @@ - -#define EBUS_TIMEOUT 1 -#define EBUS_CLOSED 2 -#define EBUS_KEY_INUSED 3 +#define EBUS_BASE 10000 +#define EBUS_TIMEOUT 10001 +#define EBUS_CLOSED 10002 +#define EBUS_KEY_INUSED 10003 +#define EBUS_NET 10004 extern int bus_errno; -- Gitblit v1.8.0