s3: events. Move events.c to util_event.c
authorJeremy Allison <jra@samba.org>
Sat, 24 Sep 2016 03:00:33 +0000 (20:00 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 24 Sep 2016 17:52:08 +0000 (19:52 +0200)
commit4ed790ebbf474c4e4ef9b4f0f3aeca65118796df
tree4a2b0f1b44f967fe95197f9a491a218e3e1e68b8
parentfbfea52e1ce8f22d8d020a2bf3aebd1bc69faceb
s3: events. Move events.c to util_event.c

Remove all tevent internal code.

Everything is now stock tevent.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12283
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/includes.h
source3/include/util_event.h [moved from source3/include/event.h with 64% similarity]
source3/lib/events.c [deleted file]
source3/lib/util_event.c [new file with mode: 0644]
source3/wscript_build