P2pnsCacheEntry Struct Reference

#include <P2pnsCache.h>

List of all members.


Detailed Description

P2PNS name cache module.

This modul contains the name cache of the P2PNS implementation.

Author:
Ingmar Baumgart
See also:
P2pns.cc

Public Attributes

BinaryValue value
cMessage * ttlMessage

Friends

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

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const P2pnsCacheEntry  entry 
) [friend]

00031 {
00032     Stream << "Value: " << entry.value;
00033     
00034     if (entry.ttlMessage != NULL) {
00035         Stream << "Endtime: " << entry.ttlMessage->arrivalTime();
00036     }
00037     
00038     return Stream;
00039 }


Member Data Documentation

BinaryValue P2pnsCacheEntry::value

cMessage* P2pnsCacheEntry::ttlMessage


The documentation for this struct was generated from the following file:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3