mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
parent
cc32570a08
commit
3107493c97
3
select.c
3
select.c
@ -176,6 +176,7 @@ select_dispatch(void *arg, struct timeval *tv)
|
|||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signal_process();
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -203,8 +204,6 @@ select_dispatch(void *arg, struct timeval *tv)
|
|||||||
|
|
||||||
sop->event_fds = maxfd;
|
sop->event_fds = maxfd;
|
||||||
|
|
||||||
signal_process();
|
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user