GHS
Leader Election Based on GHS Minimum Spanning Tree
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 
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