| 587 | }; |
| 588 | |
| 589 | NetworkAddress getAddressIndex() { |
| 590 | // ahm |
| 591 | // if( g_network->isSimulated() ) |
| 592 | // return g_simulator.getCurrentProcess()->address; |
| 593 | // else |
| 594 | return g_network->getLocalAddress(); |
| 595 | } |
| 596 | |
| 597 | // This does not check for simulation, and as such is not safe for external callers |
| 598 | void clearPrefix_internal(std::map<std::string, TraceEventFields>& data, std::string const& prefix) { |
no test coverage detected