mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
d7b4b6de51
make it possible to add optimisations to the events code such as keeping the next timed event in a sorted list, and using epoll for file descriptor events. I also removed the loop events code, as it wasn't being used anywhere, and changed timed events to always be one-shot (as adding a new timed event in the event handler is so easy to do if needed)