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

Comparing ircd-hybrid/trunk/src/s_bsd_devpoll.c (file contents):
Revision 2724 by michael, Tue Dec 10 19:46:48 2013 UTC vs.
Revision 2725 by michael, Sun Dec 29 13:01:00 2013 UTC

# Line 114 | Line 114 | comm_setselect(fde_t *F, unsigned int ty
114      (F->write_handler ? POLLOUT : 0);
115  
116    if (timeout != 0)
117 +  {
118      F->timeout = CurrentTime + (timeout / 1000);
119 +    F->timeout_handler = handler;
120 +    F->timeout_data = client_data;
121 +  }
122  
123    if (new_events != F->evcache)
124    {

Diff Legend

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