| 183 | } |
| 184 | |
| 185 | MasterIORoutine::~MasterIORoutine() { |
| 186 | } |
| 187 | |
| 188 | SlaveIORoutine::SlaveIORoutine(IORoutineMgr * routine_mgr, GroupStatusCache * group_status_cache) : |
| 189 | IORoutine(routine_mgr) { |
nothing calls this directly
no outgoing calls
no test coverage detected