r5407: - this patch makes samba's event loop code more generic and makes
commit6d17fc3b3e09b15c4a0fa4595ca8d60f426f0243
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)
tree960e3b8c20bdb34ba827f9587c92bf34842334cb
parentd816db1bda1ccbd0b4f919abd60fcc879c1055ab
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
(This used to be commit b3d0a410efe856e3bcf127f00c31905f5a23cc04)
source4/lib/events/config.mk
source4/lib/events/events.c [new file with mode: 0644]
source4/lib/events/events.h
source4/lib/events/events_internal.h [new file with mode: 0644]
source4/lib/events/events_liboop.c [new file with mode: 0644]
source4/lib/events/events_standard.c