lib: Add poll_funcs
authorVolker Lendecke <vl@samba.org>
Mon, 24 Feb 2014 11:43:51 +0000 (11:43 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 23 Apr 2014 20:33:08 +0000 (22:33 +0200)
commitbafdecdf1fb110b02796a6357b1501777195f9d9
treee725aa7826c1498709477b5f9647bfae36b7b083
parent463ea9e52541aaadcdcf97808d05ca6dacbbea6e
lib: Add poll_funcs

This is an abstraction for a tevent loop. It will be used in low-level
messaging with the goal to make low-leve our low-level messaging routines
usable also for other projects which are not based on tevent.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/poll_funcs/poll_funcs.h [new file with mode: 0644]
source3/lib/poll_funcs/poll_funcs_tevent.c [new file with mode: 0644]
source3/lib/poll_funcs/poll_funcs_tevent.h [new file with mode: 0644]
source3/lib/poll_funcs/wscript_build [new file with mode: 0644]
source3/wscript_build