r12141: - move epoll related code into one big #ifdef, and use dummy #define's
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Dec 2005 17:30:14 +0000 (17:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:14 +0000 (13:47 -0500)
commit040fc5aef51a8dcffcae88b780ee334f526752e1
tree10681d69e0cc6bc11ce7c9a7bd6406ec3f24a877
parent96180f2cac8ebcbd7e2d683e891011697357dc9f
r12141: - move epoll related code into one big #ifdef, and use dummy #define's
  for the case where, epoll isn't available at compile time
- only pass the private std_event_context, to the local function,
  to get rid of the talloc_get_type() calls
- use the private pointer to std_event_context_init() to decide if we want to
  disable epoll at runtime

metze
(This used to be commit de322ea8b761df5434e60879b7eae3796ea68007)
source4/lib/events/events_standard.c