Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
struct SSLCheckThreadData { CMain *pMain; };
43
static 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