MCPcopy Create free account
hub / github.com/cppla/ServerStatus / SSLCheckThreadData

Class SSLCheckThreadData

server/src/main.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42struct SSLCheckThreadData { CMain *pMain; };
43static void SSLCheckThread(void *pUser)
44{
45 SSLCheckThreadData *pData = (SSLCheckThreadData*)pUser;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected