DHTData Struct Reference

#include <DHTDataStorage.h>

List of all members.


Detailed Description

DHT data storage module.

This modul contains the data storage of the DHT implementation.

Author:
Ingmar Baumgart
See also:
DHT

Public Attributes

BinaryValue value
cMessage * ttlMessage
bool is_modifiable
NodeHandle sourceNode
bool responsible

Friends

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

Friends And Related Function Documentation

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

00033 {
00034     return Stream << "Value: " << entry.value
00035                   << " Endtime: " << entry.ttlMessage->arrivalTime()
00036                   << " Modifiable: " << entry.is_modifiable
00037                   << " SourceNode: " << entry.sourceNode;
00038 }


Member Data Documentation


The documentation for this struct was generated from the following file:

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