PastryStateMsgHandle Struct Reference

#include <PastryTypes.h>

List of all members.


Detailed Description

struct-type containing local info while processing a STATE message

Public Member Functions

 PastryStateMsgHandle ()
 PastryStateMsgHandle (PastryStateMessage *msg)

Public Attributes

PastryStateMessage * msg
PastryStateMsgProximityprox
bool outdatedUpdate
uint nonce

Constructor & Destructor Documentation

PastryStateMsgHandle::PastryStateMsgHandle (  )  [inline]

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

PastryStateMsgHandle::PastryStateMsgHandle ( PastryStateMessage *  msg  )  [inline]

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


Member Data Documentation

PastryStateMessage* PastryStateMsgHandle::msg


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

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