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

Function closelog

src/syslogwrappers.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136extern "C" void
137closelog(void)
138{
139 JASSERT(!_isSuspended);
140 JTRACE("closelog");
141 _real_closelog();
142 _syslogEnabled = false;
143}
144
145// FIXME: Need to add wrappers for vsyslog() and setlogmask()
146// NOTE: openlog() is optional. Its purpose is primarily to set default

Callers 1

Calls 1

_real_closelogFunction · 0.70

Tested by

no test coverage detected