OverSim
|
Struct for tracking attempts to repair a routing table entry. More...
#include <PastryRoutingTable.h>
Public Attributes | |
TransportAddress | node |
simtime_t | timestamp |
uint32_t | failedRow |
uint32_t | failedCol |
uint32_t | askedRow |
uint32_t | askedCol |
Struct for tracking attempts to repair a routing table entry.
Definition at line 46 of file PastryRoutingTable.h.
uint32_t PRTTrackRepair::askedCol |
Definition at line 53 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::findNextNodeToAsk().
uint32_t PRTTrackRepair::askedRow |
Definition at line 52 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::findNextNodeToAsk().
uint32_t PRTTrackRepair::failedCol |
Definition at line 51 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::failedNode(), and PastryRoutingTable::findNextNodeToAsk().
uint32_t PRTTrackRepair::failedRow |
Definition at line 50 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::failedNode(), and PastryRoutingTable::findNextNodeToAsk().
TransportAddress PRTTrackRepair::node |
Definition at line 48 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::failedNode(), and PastryRoutingTable::findNextNodeToAsk().
simtime_t PRTTrackRepair::timestamp |
Definition at line 49 of file PastryRoutingTable.h.
Referenced by PastryRoutingTable::failedNode().