summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/isc/eventlib_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/isc/eventlib_p.h')
-rw-r--r--contrib/bind/lib/isc/eventlib_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind/lib/isc/eventlib_p.h b/contrib/bind/lib/isc/eventlib_p.h
index 2606333..80dc160 100644
--- a/contrib/bind/lib/isc/eventlib_p.h
+++ b/contrib/bind/lib/isc/eventlib_p.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995, 1996, 1997, 1998 by Internet Software Consortium
+ * Copyright (c) 1995-1999 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -18,7 +18,7 @@
/* eventlib_p.h - private interfaces for eventlib
* vix 09sep95 [initial]
*
- * $Id: eventlib_p.h,v 1.25 1998/02/06 01:53:54 halley Exp $
+ * $Id: eventlib_p.h,v 1.27 1999/06/03 20:36:05 vixie Exp $
*/
#ifndef _EVENTLIB_P_H
@@ -165,7 +165,7 @@ typedef struct {
fd_set wrLast, wrNext;
fd_set exLast, exNext;
fd_set nonblockBefore;
- int fdMax, fdCount;
+ int fdMax, fdCount, highestFD;
evFile *fdTable[FD_SETSIZE];
#ifdef EVENTLIB_TIME_CHECKS
struct timespec lastSelectTime;
OpenPOWER on IntegriCloud