MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / cdb2_disable_sockpool

Function cdb2_disable_sockpool

cdb2api/cdb2api.c:1874–1877  ·  view source on GitHub ↗

Disable sockpool and close sockpool socket */

Source from the content-addressed store, hash-verified

1872
1873/* Disable sockpool and close sockpool socket */
1874void cdb2_disable_sockpool()
1875{
1876 cdb2_maybe_disable_sockpool(0, -1);
1877}
1878
1879static void reset_sockpool(void)
1880{

Callers 2

mainFunction · 0.85
tclcdb2ObjCmdFunction · 0.85

Calls 1

Tested by

no test coverage detected