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

Function removeStaleSharedAreaFile

src/dmtcp_coordinator.cpp:767–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767static void
768removeStaleSharedAreaFile()
769{
770 ostringstream o;
771
772 o << flags.tmpDir
773 << "/dmtcpSharedArea." << compId << "." << std::hex << curTimeStamp;
774 JTRACE("Removing sharedArea file.") (o.str());
775 unlink(o.str().c_str());
776}
777
778static void
779preExitCleanup()

Callers 2

preExitCleanupFunction · 0.85
onDisconnectMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected