summaryrefslogtreecommitdiffstats
path: root/test/source/io.cpp
Commit message (Collapse)AuthorAgeFilesLines
* source/*: Make updating callbacks possibleWilliam A. Kennington III2018-10-291-0/+4
| | | | | | | | | | | | Sometimes callers want to be able to update the callback used when the source is acted upon. This is needed for updating references stored in the callback. Tested: Run through the unit test suite. Change-Id: I78bda32569287964bfc9d49501869d3a2b497f3d Signed-off-by: William A. Kennington III <wak@google.com>
* source/io: Temporarily remove {get,set}_fd_ownWilliam A. Kennington III2018-07-231-31/+0
| | | | | | | These functions were implemented only in newer systemd 237+. We often deal with older verisons so lets add them back after some time passes. We could also make them an optional autodetected feature to work around the issue.
* source/io: ImplementWilliam A. Kennington III2018-07-221-0/+258
OpenPOWER on IntegriCloud