Public Member Functions | Public Attributes

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.

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

PastryStateMsgHandle::PastryStateMsgHandle ( PastryStateMessage msg  )  [inline]

Definition at line 71 of file PastryTypes.h.

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


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: