r5185: make all the events data structures private to events.c. This will
authorAndrew Tridgell <tridge@samba.org>
Thu, 3 Feb 2005 02:35:52 +0000 (02:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:29 +0000 (13:09 -0500)
commit66170ef8b36b499aa5b44ef10c1bd362a50f2636
tree5bfb3d759ad397a6a42588b97802e237781c35e8
parent1774b36c1464e1f04f982b83577e62fa31cbeef9
r5185: make all the events data structures private to events.c. This will
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)
(This used to be commit d7b4b6de51342a65bf46fce772d313f92f8d73d3)
33 files changed:
source4/include/events.h
source4/ldap_server/ldap_server.c
source4/lib/basic.mk
source4/lib/events.c
source4/lib/messaging/messaging.c
source4/libcli/composite/composite.c
source4/libcli/config.mk
source4/libcli/nbt/nbtsocket.c
source4/libcli/raw/clisocket.c
source4/libcli/raw/clitransport.c
source4/libcli/raw/rawrequest.c
source4/libcli/resolve/host.c
source4/libcli/resolve/resolve.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_sock.c
source4/nbt_server/register.c
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/posix/pvfs_wait.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_sock.c
source4/rpc_server/echo/rpc_echo.c
source4/smb_server/request.c
source4/smb_server/smb_server.c
source4/smbd/process_model.c
source4/smbd/process_model.h
source4/smbd/server.c
source4/smbd/service_stream.c
source4/torture/local/messaging.c
source4/torture/nbt/query.c
source4/torture/raw/composite.c
source4/torture/rpc/echo.c
source4/torture/rpc/netlogon.c
source4/winbind/wb_server.c