OverSim
|
struct-type containing local info while processing a STATE message More...
#include <PastryTypes.h>
Public Member Functions | |
PastryStateMsgHandle () | |
PastryStateMsgHandle (PastryStateMessage *msg) |
Public Attributes | |
PastryStateMessage * | msg |
PastryStateMsgProximity * | prox |
bool | outdatedUpdate |
uint32_t | nonce |
struct-type containing local info while processing a STATE message
Definition at line 65 of file PastryTypes.h.
|
inline |
Definition at line 72 of file PastryTypes.h.
|
inline |
Definition at line 73 of file PastryTypes.h.
PastryStateMessage* PastryStateMsgHandle::msg |
Definition at line 67 of file PastryTypes.h.
Referenced by BasePastry::baseInit(), Bamboo::checkProxCache(), Pastry::checkProxCache(), Pastry::clearVectors(), Pastry::doSecondStage(), Pastry::endProcessingState(), Pastry::handleStateMessage(), Bamboo::handleStateMessage(), Pastry::mergeState(), BasePastry::pingNodes(), Pastry::processState(), BasePastry::proxCallback(), BasePastry::purgeVectors(), and stateMsgIsSmaller().
uint32_t PastryStateMsgHandle::nonce |
Definition at line 70 of file PastryTypes.h.
Referenced by PastryStateMsgHandle(), BasePastry::pingNodes(), and BasePastry::proxCallback().
bool PastryStateMsgHandle::outdatedUpdate |
Definition at line 69 of file PastryTypes.h.
Referenced by Pastry::checkProxCache(), and Pastry::handleStateMessage().
PastryStateMsgProximity* PastryStateMsgHandle::prox |
Definition at line 68 of file PastryTypes.h.
Referenced by BasePastry::baseInit(), Bamboo::checkProxCache(), Pastry::checkProxCache(), Pastry::clearVectors(), Pastry::endProcessingState(), Pastry::handleStateMessage(), BasePastry::pingNodes(), BasePastry::proxCallback(), and BasePastry::purgeVectors().