Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ioManager{Start,Die,Wakeup} from IOManager.h | Duncan Coutts | 2021-01-25 | 1 | -13/+0 |
* | Add a common wakeupIOManager hook | Duncan Coutts | 2021-01-25 | 1 | -0/+18 |
* | Replace a ioManagerDie call with stopIOManager | Duncan Coutts | 2021-01-25 | 1 | -0/+5 |
* | Replace a direct call to ioManagerStartCap with a new hook | Duncan Coutts | 2021-01-25 | 1 | -0/+19 |
* | Move hooks for I/O manager startup / shutdown into IOManager.{c,h} | Duncan Coutts | 2021-01-25 | 1 | -0/+18 |
* | Move ioManager{Start,Wakeup,Die} to internal IOManager.h | Duncan Coutts | 2021-01-25 | 1 | -0/+12 |
* | Start to centralise the I/O manager hooks from other bits of the RTS | Duncan Coutts | 2021-01-25 | 1 | -0/+25 |