MCPcopy Create free account
hub / github.com/Haivision/srt / ScopedExitLog

Method ScopedExitLog

srtcore/api.cpp:2091–2091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089 {
2090 const CUDTSocket* const ps;
2091 ScopedExitLog(const CUDTSocket* p): ps(p){}
2092 ~ScopedExitLog()
2093 {
2094 if (ps) // Could be not acquired by SocketKeeper, occasionally

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected