From 71c847e99c0ce99fae955b08c0aafecb0fb9bdd6 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 18 一月 2021 11:55:33 +0800 Subject: [PATCH] Merge branch 'master' into dev --- 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..709f973 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 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