src/bus_error.h
@@ -9,6 +9,10 @@ #define EBUS_CLOSED 502 #define EBUS_KEY_INUSED 503 #define EBUS_NET 504 #define EBUS_SENDTO_SELF 505 #define EBUS_RECVFROM_WRONG_END 506 #define EBUS_STOPED 507 #define EBUS_EXCEED_LIMIT 508 extern int bus_errno;