tevent: Add in the new implementation of "standard" tevent backend.
authorJeremy Allison <jra@samba.org>
Mon, 11 Feb 2013 19:40:49 +0000 (11:40 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Mar 2013 09:11:59 +0000 (10:11 +0100)
commit6d72f66967278878ca84c0e1b4363558cf190131
treeecf8f6be274a429bc5416389962b8589755d475c
parent99bb70474bbb8484dc7bf40f5d8f4447e28af158
tevent: Add in the new implementation of "standard" tevent backend.

Falls back cleanly from epoll -> poll, or uses poll if
epoll not available.

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_standard.c