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