set first port to check for readyness
| 277 | |
| 278 | // set first port to check for readyness |
| 279 | void checkStart(RemPortPtr& port) |
| 280 | { |
| 281 | slct_main = port; |
| 282 | slct_port = port; |
| 283 | #ifdef WIRE_COMPRESS_SUPPORT |
| 284 | slct_zport = nullptr; |
| 285 | #endif |
| 286 | } |
| 287 | |
| 288 | // get port to check for readyness |
| 289 | // assume port_mutex is locked |