| 99 | } |
| 100 | |
| 101 | static void |
| 102 | pathTranslator_PostExec(DmtcpEventData_t *data) |
| 103 | { |
| 104 | pathTranslator_Init(); |
| 105 | JASSERT(data != NULL); |
| 106 | jalib::JBinarySerializeReaderRaw rd("", data->postExec.serializationFd); |
| 107 | rd.serialize(*pathMapping); |
| 108 | } |
| 109 | |
| 110 | /* |
| 111 | * virtual_to_physical_path - translator virtual to physical path |
no test coverage detected