Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtcp/dmtcp
/ SyslogCheckpointer_StopService
Function
SyslogCheckpointer_StopService
src/syslogwrappers.cpp:93–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void
94
SyslogCheckpointer_StopService()
95
{
96
JASSERT(!_isSuspended);
97
if (_syslogEnabled) {
98
closelog();
99
_isSuspended = true;
100
}
101
}
102
103
void
104
SyslogCheckpointer_RestoreService()
Callers
1
syslog_event_hook
Function · 0.85
Calls
1
closelog
Function · 0.85
Tested by
no test coverage detected