summaryrefslogtreecommitdiffstats
path: root/source4/lib/events/events_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-83/+0
| | | | | | This commit will not compile on its own. metze
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-4/+9
| | | | | | | | specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
* This patch make it possible to build the events library completelySimo Sorce2008-06-141-0/+78
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)