MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / lockConnectionLogger

Method lockConnectionLogger

src/core/smtp/MCSMTPSession.cpp:996–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void SMTPSession::lockConnectionLogger()
997{
998 pthread_mutex_lock(&mConnectionLoggerLock);
999}
1000
1001void SMTPSession::unlockConnectionLogger()
1002{

Callers 1

loggerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected