summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tevent/tevent_timed.c
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-build: Remove duplicate tevent libraryAmitay Isaacs2014-06-201-355/+0
| | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
* tevent: Sync to tevent 0.9.18 from upstreamAmitay Isaacs2013-05-291-17/+105
| | | | (This used to be ctdb commit 82d61f77c01df0fbb42743593937b175ce22a445)
* lib/tevent: Sync tevent from samba git treeAmitay Isaacs2012-04-131-2/+2
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 483459c79884891b3639a8bb865d5e8318cde98c)
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-0/+267
In Samba this is now called "tevent", and while we use the backwards compatibility wrappers they don't offer EVENT_FD_AUTOCLOSE: that is now a separate tevent_fd_set_auto_close() function. This is based on Samba version 7f29f817fa939ef1bbb740584f09e76e2ecd5b06. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit 85e5e760cc91eb3157d3a88996ce474491646726)