44 #include <sys/types.h> 56 #define MGE_GAI_BIND 3 58 #define MGE_DUPLICATE_NODE 5 59 #define MGE_NODE_NOT_FOUND 6 60 #define MGE_CONFIG_PARAM 7 61 #define MGE_CONFIG_PARSE 8 62 #define MGE_INVAL_MSG 9 64 #define MGE_LOCK_NOT_FOUND 11 65 #define MGE_CLIENT_BLOCKED 12 68 #define MGE_GENERAL 15 70 const char *mge_strerror(const int mge_err); Header file to ease portability.
BEGIN_C_DECLS int mge_errno
Error number.
Definition: errno.c:52
#define END_C_DECLS
Use END_C_DECLS at the end of C declarations.
Definition: portability.h:51
int sav_errno
Used to store errno, gai_errno etc.
Definition: errno.c:53
#define BEGIN_C_DECLS
BEGIN_C_DECLS should be used at the beginning of declarations so that C++ compilers don't mangle thei...
Definition: portability.h:47