ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/s_bsd_kqueue.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_bsd_kqueue.c (file contents):
Revision 5347 by michael, Sun Jan 11 12:42:20 2015 UTC vs.
Revision 6350 by michael, Tue Aug 11 17:53:44 2015 UTC

# Line 32 | Line 32
32   #include "s_bsd.h"
33   #include "log.h"
34  
35 < #define KE_LENGTH 128
35 > enum { KE_LENGTH = 128 };
36  
37   static fde_t kqfd;
38   static struct kevent kq_fdlist[KE_LENGTH];  /* kevent buffer */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)