PastryNeighborhoodSet.cc File Reference


Detailed Description

Author:
Felix Palmen

#include "PastryNeighborhoodSet.h"
#include "PastryTypes.h"

Functions

 Define_Module (PastryNeighborhoodSet)
std::ostream & operator<< (std::ostream &os, const PastryExtendedNode &n)
 Stream output operator to make WATCH() do something useful with the neighborhood set.


Function Documentation

Define_Module ( PastryNeighborhoodSet   ) 

std::ostream& operator<< ( std::ostream &  os,
const PastryExtendedNode n 
)

Stream output operator to make WATCH() do something useful with the neighborhood set.

00137 {
00138     os << n.node << "; Ping: " << n.rtt;
00139     return os;
00140 }


Generated on Fri May 11 14:52:39 2007 for ITM OverSim by  doxygen 1.4.7