add ISC_R_TASKNOSEND and ISC_R_TASKSHUTTINGDOWN

This commit is contained in:
Bob Halley
1998-12-16 01:55:53 +00:00
parent 4edd745f86
commit 3ee2a218d7
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 *