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)
commitd7b4b6de51342a65bf46fce772d313f92f8d73d3
tree051f4db21f2ca774fe3ee4f812e10b1f4c165e4a
parent0c96cc8babf222731375a59e86c64468c6dbda33
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)
33 files changed:
source/include/events.h
source/ldap_server/ldap_server.c
source/lib/basic.mk
source/lib/events.c
source/lib/messaging/messaging.c
source/libcli/composite/composite.c
source/libcli/config.mk
source/libcli/nbt/nbtsocket.c
source/libcli/raw/clisocket.c
source/libcli/raw/clitransport.c
source/libcli/raw/rawrequest.c
source/libcli/resolve/host.c
source/libcli/resolve/resolve.c
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc_sock.c
source/nbt_server/register.c
source/ntvfs/cifs/vfs_cifs.c
source/ntvfs/posix/pvfs_wait.c
source/rpc_server/dcerpc_server.c
source/rpc_server/dcerpc_sock.c
source/rpc_server/echo/rpc_echo.c
source/smb_server/request.c
source/smb_server/smb_server.c
source/smbd/process_model.c
source/smbd/process_model.h
source/smbd/server.c
source/smbd/service_stream.c
source/torture/local/messaging.c
source/torture/nbt/query.c
source/torture/raw/composite.c
source/torture/rpc/echo.c
source/torture/rpc/netlogon.c
source/winbind/wb_server.c