#include <omnetpp.h>
#include <OverlayKey.h>
#include "BootstrapOracle.h"
Functions | |
Define_Module (BootstrapOracle) | |
std::ostream & | operator<< (std::ostream &Stream, const bootstrapEntry entry) |
Define_Module | ( | BootstrapOracle | ) |
std::ostream& operator<< | ( | std::ostream & | Stream, | |
const bootstrapEntry | entry | |||
) |
00034 { 00035 return Stream << "Address: " << entry.node->ip 00036 << " Port: " << entry.node->port << " ModuleID: " 00037 << entry.info->getModuleID() << " Bootstrapped: " 00038 << (entry.info->isBootstrapped() ? "true" : "false"); 00039 }