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

Comparing ircd-hybrid-7.2/src/s_bsd_epoll.c (file contents):
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC vs.
Revision 966 by michael, Sat Aug 1 16:36:00 2009 UTC

# Line 123 | Line 123 | comm_setselect(fde_t *F, unsigned int ty
123                 void *client_data, time_t timeout)
124   {
125    int new_events, op;
126 <  struct epoll_event ep_event;
126 >  struct epoll_event ep_event = { 0, { 0 } };
127  
128    if ((type & COMM_SELECT_READ))
129    {

Diff Legend

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