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

PastryStateMessage * msg
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

PastryStateMessage* PastryStateMsgHandle::msg

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 Wed May 26 16:21:18 2010 for OverSim by  doxygen 1.6.3