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

Constructor & Destructor Documentation

PastryStateMsgHandle::PastryStateMsgHandle (  )  [inline]

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

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

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


Member Data Documentation

PastryStateMessage* PastryStateMsgHandle::msg

PastryStateMsgProximity* PastryStateMsgHandle::prox

bool PastryStateMsgHandle::outdatedUpdate


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