MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / SyslogCheckpointer_RestoreService

Function SyslogCheckpointer_RestoreService

src/syslogwrappers.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void
104SyslogCheckpointer_RestoreService()
105{
106 if (_isSuspended) {
107 _isSuspended = false;
108 JASSERT(_option >= 0 && _facility >= 0) (_option) (_facility);
109 openlog((_identIsNotNULL ? _ident().c_str() : NULL),
110 _option, _facility);
111 }
112}
113
114void
115SyslogCheckpointer_ResetOnFork()

Callers 1

syslog_event_hookFunction · 0.85

Calls 1

openlogFunction · 0.85

Tested by

no test coverage detected