MCPcopy Create free account
hub / github.com/SIPp/sipp / socketowner

Method socketowner

src/socketowner.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67unsigned long socketowner::nextownerid = 1;
68
69socketowner::socketowner()
70{
71 this->call_socket = nullptr;
72 this->ownerid = socketowner::nextownerid++;
73}
74
75socketowner::~socketowner()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected