add ISC_R_TASKNOSEND and ISC_R_TASKSHUTTINGDOWN
This commit is contained in:
@@ -41,7 +41,9 @@ typedef unsigned int isc_result_t;
|
||||
#define ISC_R_EXISTS 18
|
||||
#define ISC_R_TOOSMALL 19 /* buffer is too small */
|
||||
#define ISC_R_CANCELED 20
|
||||
#define ISC_R_LASTENTRY 20 /* last entry in the list */
|
||||
#define ISC_R_TASKNOSEND 21
|
||||
#define ISC_R_TASKSHUTTINGDOWN 22 /* task is shutting down */
|
||||
#define ISC_R_LASTENTRY 22 /* last entry in the list */
|
||||
|
||||
#define ISC_R_UNEXPECTED 0xFFFFFFFFL
|
||||
|
||||
|
||||
@@ -41,6 +41,8 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
|
||||
"already exists", /* 18 */
|
||||
"buffer too small", /* 19 */
|
||||
"operation canceled", /* 20 */
|
||||
"sending events is not allowed", /* 21 */
|
||||
"task is shutting down", /* 22 */
|
||||
};
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user