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

Function preExitCleanup

src/dmtcp_coordinator.cpp:778–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778static void
779preExitCleanup()
780{
781 removeStaleSharedAreaFile();
782 JTRACE("Removing port-file") (flags.thePortFile);
783 unlink(flags.thePortFile.c_str());
784}
785
786void
787DmtcpCoordinator::onDisconnect(CoordClient *client)

Callers 1

handleUserCommandMethod · 0.85

Calls 1

Tested by

no test coverage detected