summaryrefslogtreecommitdiff
path: root/source4/lib/events/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher1-1/+2
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)
2007-10-10r5373: prepare infrastructure for maing different eventsStefan Metzmacher1-1/+1
implementations possible metze (This used to be commit dd77ec754b811feb147458d76fa16833767dccea)
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-0/+8
(This used to be commit 7f54c8a339f36aa43c9340be70ab7f0067593ef2)