From 42d1c7ef91627d5ac920c8fa35573970ac1bd2d5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 15 一月 2021 16:27:55 +0800 Subject: [PATCH] Merge branch 'dev' into rdma --- src/bus_error.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bus_error.h b/src/bus_error.h index ba4fc59..a951e89 100644 --- a/src/bus_error.h +++ b/src/bus_error.h @@ -4,10 +4,10 @@ - -#define EBUS_TIMEOUT 1 -#define EBUS_CLOSED 2 -#define ESHM_BUS_KEY_INUSED 3 +#define EBUS_BASE 10000 +#define EBUS_TIMEOUT 10001 +#define EBUS_CLOSED 10002 +#define ESHM_BUS_KEY_INUSED 10003 extern int bus_errno; -- Gitblit v1.8.0