GHS
Leader Election Based on GHS Minimum Spanning Tree
include
ghs
level.h
Go to the documentation of this file.
1
40
#ifndef GHS_LEVEL
41
#define GHS_LEVEL
42
43
namespace
le
{
44
namespace
ghs{
45
49
typedef
int
level_t
;
50
54
const
level_t
LEVEL_START
=0;
55
}
56
}
57
#endif
le
Definition:
agent.h:43
le::ghs::LEVEL_START
const level_t LEVEL_START
All levels start at 0.
Definition:
level.h:54
le::ghs::level_t
int level_t
A "level" which is an internal item for GhsState to track how many times the MST has merged with anot...
Definition:
level.h:49
Generated by
1.8.17