From 00afff988a8d000c8c660e98db90288cfc2920aa Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 18 一月 2021 10:29:09 +0800 Subject: [PATCH] update --- src/bus_error.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/bus_error.h b/src/bus_error.h index a951e89..d213c48 100644 --- a/src/bus_error.h +++ b/src/bus_error.h @@ -7,7 +7,7 @@ #define EBUS_BASE 10000 #define EBUS_TIMEOUT 10001 #define EBUS_CLOSED 10002 -#define ESHM_BUS_KEY_INUSED 10003 +#define EBUS_KEY_INUSED 10003 extern int bus_errno; -- Gitblit v1.8.0