r5407: - this patch makes samba's event loop code more generic and makes
commitb3d0a410efe856e3bcf127f00c31905f5a23cc04
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Feb 2005 10:36:59 +0000 (15 10:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:10:42 +0000 (10 13:10 -0500)
treea65e6f3e99139ed5e3fc09158c22e207e0c60bd5
parent00b0ec8a599c9467ba52aebf978dc33648d33136
r5407: - this patch makes samba's event loop code more generic and makes
  using other implementations possible. This will be mostly usefull
  for client apps which have there own event loop and want to
  use our client libs

- add a example plugin for liboop (see http://liboop.org)
  NOTE: this just compiles and is completly untested
        and is commited only as example

metze
source/lib/events/config.mk
source/lib/events/events.c [new file with mode: 0644]
source/lib/events/events.h
source/lib/events/events_internal.h [new file with mode: 0644]
source/lib/events/events_liboop.c [new file with mode: 0644]
source/lib/events/events_standard.c