bootstrapEntry Struct Reference

#include <BootstrapOracle.h>

List of all members.


Detailed Description

Global modul that supports bootstrap process and key distribution.

Author:
Markus Mauch, Robert Palmer


Public Attributes

TransportAddressnode
PeerInfoinfo

Friends

std::ostream & operator<< (std::ostream &Stream, const bootstrapEntry entry)


Friends And Related Function Documentation

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 }


Member Data Documentation

PeerInfo* bootstrapEntry::info

TransportAddress* bootstrapEntry::node


The documentation for this struct was generated from the following file:
Generated on Fri May 11 14:52:39 2007 for ITM OverSim by  doxygen 1.4.7