MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / checkStart

Method checkStart

src/remote/inet.cpp:279–286  ·  view source on GitHub ↗

set first port to check for readyness

Source from the content-addressed store, hash-verified

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

Callers 1

select_waitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected