]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Oct 2016 08:56:12 +0000 (10:56 +0200)
commit3170f53ad46184ebc7725f311a178b95bad4c94d
treec1f2687fed268277d433a4b5f1844de0339673dc
parentfc82907471e61cba0637c35f1c5c682bdda78129
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>
(similar to commit 4ed790ebbf474c4e4ef9b4f0f3aeca65118796df)
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