summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_fd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-03tevent: add tevent_fd_set_close_fn()Stefan Metzmacher1-0/+6
Let callers specify a close function as an alternative to TEVENT_FD_AUTOCLOSE. metze
2009-01-03tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher1-0/+36
metze