MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / add

Method add

cpp/src/platform/HttpClient.cpp:1578–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576}
1577
1578void SocketSet::add
1579(
1580TcpSocket *s,
1581bool deleteWhenDone
1582)
1583{
1584 s->SetNonBlocking(true);
1585 SocketSetData sdata;
1586 sdata.deleteWhenDone = deleteWhenDone;
1587 _store[s] = sdata;
1588}
1589
1590#endif
1591

Callers

nothing calls this directly

Calls 1

SetNonBlockingMethod · 0.80

Tested by

no test coverage detected