| 90 | } |
| 91 | |
| 92 | static void |
| 93 | pathTranslator_PrepareForExec(DmtcpEventData_t *data) |
| 94 | { |
| 95 | pathTranslator_Init(); |
| 96 | JASSERT(data != NULL); |
| 97 | jalib::JBinarySerializeWriterRaw wr("", data->preExec.serializationFd); |
| 98 | wr.serialize(*pathMapping); |
| 99 | } |
| 100 | |
| 101 | static void |
| 102 | pathTranslator_PostExec(DmtcpEventData_t *data) |
no test coverage detected