OverSim
|
struct-type for temporary proximity metrics to a STATE message More...
#include <PastryTypes.h>
Public Attributes | |
std::vector< simtime_t > | pr_rt |
std::vector< simtime_t > | pr_ls |
std::vector< simtime_t > | pr_ns |
struct-type for temporary proximity metrics to a STATE message
Definition at line 55 of file PastryTypes.h.
std::vector<simtime_t> PastryStateMsgProximity::pr_ls |
Definition at line 58 of file PastryTypes.h.
Referenced by Bamboo::checkProxCache(), Pastry::checkProxCache(), BasePastry::determineAliveTable(), PastryStateObject::mergeState(), operator<<(), BasePastry::pingNodes(), and BasePastry::proxCallback().
std::vector<simtime_t> PastryStateMsgProximity::pr_ns |
Definition at line 59 of file PastryTypes.h.
Referenced by Bamboo::checkProxCache(), Pastry::checkProxCache(), BasePastry::determineAliveTable(), PastryStateObject::mergeState(), operator<<(), BasePastry::pingNodes(), and BasePastry::proxCallback().
std::vector<simtime_t> PastryStateMsgProximity::pr_rt |
Definition at line 57 of file PastryTypes.h.
Referenced by Bamboo::checkProxCache(), Pastry::checkProxCache(), BasePastry::determineAliveTable(), PastryStateObject::mergeState(), operator<<(), BasePastry::pingNodes(), and BasePastry::proxCallback().