MCPcopy 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
93void
94SyslogCheckpointer_StopService()
95{
96 JASSERT(!_isSuspended);
97 if (_syslogEnabled) {
98 closelog();
99 _isSuspended = true;
100 }
101}
102
103void
104SyslogCheckpointer_RestoreService()

Callers 1

syslog_event_hookFunction · 0.85

Calls 1

closelogFunction · 0.85

Tested by

no test coverage detected