#include <BootstrapOracle.h>
Public Attributes | |
TransportAddress * | node |
PeerInfo * | info |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const bootstrapEntry entry) |
std::ostream& operator<< | ( | std::ostream & | Stream, | |
const bootstrapEntry | entry | |||
) | [friend] |
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 }