src/error.h
changeset 11 14e79683c48c
parent 10 9fe218576d13
child 12 4147fae232d9
equal deleted inserted replaced
10:9fe218576d13 11:14e79683c48c
    62     _ERROR_CODE( ERR_GNUTLS_RECORD_SEND,            0x010107,   GNUTLS  ),
    62     _ERROR_CODE( ERR_GNUTLS_RECORD_SEND,            0x010107,   GNUTLS  ),
    63     _ERROR_CODE( ERR_GNUTLS_RECORD_RECV,            0x010108,   GNUTLS  ),
    63     _ERROR_CODE( ERR_GNUTLS_RECORD_RECV,            0x010108,   GNUTLS  ),
    64 
    64 
    65     /* Libevent errors */
    65     /* Libevent errors */
    66     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
    66     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
       
    67     _ERROR_CODE( ERR_EVENT_ADD,                     0x010202,   NONE    ),
    67     
    68     
    68     // mask of bits used for the error_code value
    69     // mask of bits used for the error_code value
    69     _ERROR_CODE_MASK    = 0xffffff,
    70     _ERROR_CODE_MASK    = 0xffffff,
    70 };
    71 };
    71 
    72