PastryStateMsgHandle Struct Reference

struct-type containing local info while processing a STATE message More...

#include <PastryTypes.h>

List of all members.

Public Member Functions

 PastryStateMsgHandle ()
 PastryStateMsgHandle (PastryStateMessage *msg)

Public Attributes

PastryStateMessagemsg
PastryStateMsgProximityprox
bool outdatedUpdate
uint32_t nonce


Detailed Description

struct-type containing local info while processing a STATE message

Definition at line 63 of file PastryTypes.h.


Constructor & Destructor Documentation

PastryStateMsgHandle::PastryStateMsgHandle (  )  [inline]

Definition at line 70 of file PastryTypes.h.

00070 : msg(NULL), prox(NULL), outdatedUpdate(false) {};

PastryStateMsgHandle::PastryStateMsgHandle ( PastryStateMessage msg  )  [inline]

Definition at line 71 of file PastryTypes.h.

00072     : msg(msg), prox(NULL), outdatedUpdate(false)
00073     {
00074         nonce = intuniform(0, 0x7FFFFF);
00075     };


Member Data Documentation

Definition at line 67 of file PastryTypes.h.

Referenced by Pastry::checkProxCache(), and Pastry::handleStateMessage().


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

Generated on Tue Sep 8 17:27:00 2009 for OverSim by  doxygen 1.5.8