From 0cb4f2b1acb16c1ee1bd86a40116300ea2e2cdaa Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 26 一月 2021 10:18:30 +0800 Subject: [PATCH] update --- src/bus_error.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/bus_error.h b/src/bus_error.h index af7426a..5f6128b 100644 --- a/src/bus_error.h +++ b/src/bus_error.h @@ -4,9 +4,11 @@ - -#define EBUS_TIMEOUT 1 -#define EBUS_CLOSED 2 +#define EBUS_BASE 500 +#define EBUS_TIMEOUT 501 +#define EBUS_CLOSED 502 +#define EBUS_KEY_INUSED 503 +#define EBUS_NET 504 extern int bus_errno; -- Gitblit v1.8.0