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]

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


Member Data Documentation

BinaryValue DHTData::value

cMessage* DHTData::ttlMessage

bool DHTData::is_modifiable

NodeHandle DHTData::sourceNode

bool DHTData::responsible


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