]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
489. [func] The zone manager now has a "i/o" queue.
authorMark Andrews <marka@isc.org>
Tue, 26 Sep 2000 05:16:57 +0000 (05:16 +0000)
committerMark Andrews <marka@isc.org>
Tue, 26 Sep 2000 05:16:57 +0000 (05:16 +0000)
lib/dns/include/dns/events.h

index d1d7d0a827a3153ab172707ca4ba628bf18728e9..dc2ce552b89282434a916b9d9773ab4477ad610c 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: events.h,v 1.31 2000/09/05 03:35:21 marka Exp $ */
+/* $Id: events.h,v 1.32 2000/09/26 05:16:57 marka Exp $ */
 
 #ifndef DNS_EVENTS_H
 #define DNS_EVENTS_H 1
@@ -55,6 +55,7 @@
 #define DNS_EVENT_MASTERQUANTUM                        (ISC_EVENTCLASS_DNS + 26)
 #define DNS_EVENT_CACHEOVERMEM                 (ISC_EVENTCLASS_DNS + 27)
 #define DNS_EVENT_MASTERNEXTZONE               (ISC_EVENTCLASS_DNS + 28)
+#define DNS_EVENT_IOREADY                      (ISC_EVENTCLASS_DNS + 29)
 
 #define DNS_EVENT_FIRSTEVENT                   (ISC_EVENTCLASS_DNS + 0)
 #define DNS_EVENT_LASTEVENT                    (ISC_EVENTCLASS_DNS + 65535)