| 148 | } |
| 149 | |
| 150 | void master_aio::push_back(server_socket* ss) |
| 151 | { |
| 152 | thread_mutex_guard guard(lock_); |
| 153 | servers_.push_back(ss); |
| 154 | } |
| 155 | |
| 156 | ////////////////////////////////////////////////////////////////////////// |
| 157 |
no outgoing calls
no test coverage detected