result.h revision 59b2e9c36162bf5868fb98082f3e131b1a85ca04
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halleytypedef unsigned int isc_result_t;
35921f41cfcbde6c5bdcb54abd3d5e0ed2256205Michael Graff#define ISC_R_NORESOURCES 13 /* not enough resources */
59b2e9c36162bf5868fb98082f3e131b1a85ca04Michael Graff#define ISC_R_TASKSHUTDOWN 16 /* task was shut down */
59b2e9c36162bf5868fb98082f3e131b1a85ca04Michael Graff#define ISC_R_LAST_ENTRY 16 /* last entry in the list */
fda0ab6a96a7edb1acbde0c77ead0542979b0f24Bob Halley#endif /* ISC_RESULT_H */