#include <PastryTypes.h>
Public Member Functions | |
PastryStateMsgHandle () | |
PastryStateMsgHandle (PastryStateMessage *msg) | |
Public Attributes | |
PastryStateMessage * | msg |
PastryStateMsgProximity * | prox |
bool | outdatedUpdate |
uint | nonce |
PastryStateMsgHandle::PastryStateMsgHandle | ( | ) | [inline] |
PastryStateMsgHandle::PastryStateMsgHandle | ( | PastryStateMessage * | msg | ) | [inline] |
00072 : msg(msg), prox(NULL), outdatedUpdate(false) 00073 { 00074 nonce = intuniform(0, 0x7FFFFF); 00075 };
PastryStateMessage* PastryStateMsgHandle::msg |
Referenced by Pastry::checkProxCache(), and Pastry::handleStateMessage().
Referenced by PastryStateMsgHandle(), BasePastry::pingNodes(), BasePastry::pingResponse(), and BasePastry::pingTimeout().