summaryrefslogtreecommitdiff
path: root/rts/IOManager.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ioManager{Start,Die,Wakeup} from IOManager.hDuncan Coutts2021-01-251-13/+0
* Add a common wakeupIOManager hookDuncan Coutts2021-01-251-0/+18
* Replace a ioManagerDie call with stopIOManagerDuncan Coutts2021-01-251-0/+5
* Replace a direct call to ioManagerStartCap with a new hookDuncan Coutts2021-01-251-0/+19
* Move hooks for I/O manager startup / shutdown into IOManager.{c,h}Duncan Coutts2021-01-251-0/+18
* Move ioManager{Start,Wakeup,Die} to internal IOManager.hDuncan Coutts2021-01-251-0/+12
* Start to centralise the I/O manager hooks from other bits of the RTSDuncan Coutts2021-01-251-0/+25