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

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

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

Diff Legend

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