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

Comparing ircd-hybrid/branches/8.1.x/src/s_bsd_select.c (file contents):
Revision 2723 by michael, Tue Dec 10 19:46:34 2013 UTC vs.
Revision 2724 by michael, Sun Dec 29 13:00:42 2013 UTC

# Line 84 | Line 84 | comm_setselect(fde_t *F, unsigned int ty
84                 (F->write_handler ? COMM_SELECT_WRITE : 0);
85  
86    if (timeout != 0)
87 +  {
88      F->timeout = CurrentTime + (timeout / 1000);
89 +    F->timeout_handler = handler;
90 +    F->timeout_data = client_data;
91 +  }
92  
93    if (new_events != F->evcache)
94    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines