--- libaitrpc/inc/defs.h 2016/08/02 10:13:32 1.19.4.1 +++ libaitrpc/inc/defs.h 2016/08/02 10:26:58 1.19.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.19.4.1 2016/08/02 10:13:32 misho Exp $ +* $Id: defs.h,v 1.19.4.2 2016/08/02 10:26:58 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -55,6 +55,9 @@ SUCH DAMAGE. #define DEF_RPC_BLOB_TIMEOUT 60 #endif +#ifndef EBADRPC +#define EBADRPC 72 /* RPC struct is bad */ +#endif #ifndef ERPCMISMATCH #define ERPCMISMATCH 73 /* RPC version wrong */ #endif