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.

00149 {
00150     os << n.node << "; Ping: " << n.rtt;
00151     return os;
00152 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5