1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/lib/events
Stefan Metzmacher 35a15ad7a9 lib/events: finish "Run only one event for each epoll_wait/select call"
This finished commit a78b8ea7168e5fdb2d62379ad3112008b2748576.

The logic was missing in events_standard (the one that's used by default).

metze

(This used to be ctdb commit 49f0488a5e60c74b6b8361dffcd09ebb2db740f0)
2010-01-20 09:44:35 +01:00
..
config.m4 merge relevant lib code from samba4 2007-05-05 17:46:54 +10:00
config.mk merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events into ctdb bzr tree 2007-05-02 07:32:04 +10:00
events_aio.c update lib/events from samba4 (If->if) 2007-07-10 15:34:00 +10:00
events_epoll.c lib/events: finish "Run only one event for each epoll_wait/select call" 2010-01-20 09:44:35 +01:00
events_internal.h make timed_event structure private to events_timed.c 2007-07-25 11:43:27 +10:00
events_liboop.c update lib/events from samba4 (If->if) 2007-07-10 15:34:00 +10:00
events_select.c lib/events: finish "Run only one event for each epoll_wait/select call" 2010-01-20 09:44:35 +01:00
events_signal.c fixed a bug where we would look for a signal past the end of the 2008-07-18 13:46:01 +10:00
events_standard.c lib/events: finish "Run only one event for each epoll_wait/select call" 2010-01-20 09:44:35 +01:00
events_timed.c make timed_event structure private to events_timed.c 2007-07-25 11:43:27 +10:00
events.c update lib/events from samba4 (If->if) 2007-07-10 15:34:00 +10:00
events.h update lib/events from samba4 (If->if) 2007-07-10 15:34:00 +10:00
libevents.m4 - added a EVENT_FD_AUTOCLOSE flag that allows you to tell the event system to close the fd automatically when a fd_event is freed. This prevents races which can lead to epoll missing events 2007-05-05 17:17:25 +10:00