update to 9.7.1-P2
[tridge/bind9.git] / lib / isc / include / isc / result.h
index 56b4ca6d691a837fc2086ea859a276a46c0f8757..2347d5f80c9728f177352e14d7e73bf314891c75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: result.h,v 1.71 2008/09/25 04:02:39 tbox Exp $ */
+/* $Id: result.h,v 1.73 2009/09/02 23:48:03 tbox Exp $ */
 
 #ifndef ISC_RESULT_H
 #define ISC_RESULT_H 1
@@ -42,6 +42,7 @@
 #define ISC_R_EOF                      14      /*%< end of file */
 #define ISC_R_BOUND                    15      /*%< socket already bound */
 #define ISC_R_RELOAD                   16      /*%< reload */
+#define ISC_R_SUSPEND        ISC_R_RELOAD      /*%< alias of 'reload' */
 #define ISC_R_LOCKBUSY                 17      /*%< lock busy */
 #define ISC_R_EXISTS                   18      /*%< already exists */
 #define ISC_R_NOSPACE                  19      /*%< ran out of space */