Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <DeadlockDetect.h>
Public Attributes | |
cTickTimeLong | m_Age |
Last m_WorldAge that has been detected in this world. More... | |
int | m_NumCyclesSame |
Number of cycles for which the age has been the same. More... | |
Definition at line 46 of file DeadlockDetect.h.
cTickTimeLong cDeadlockDetect::sWorldAge::m_Age |
Last m_WorldAge that has been detected in this world.
Definition at line 49 of file DeadlockDetect.h.
int cDeadlockDetect::sWorldAge::m_NumCyclesSame |
Number of cycles for which the age has been the same.
Definition at line 52 of file DeadlockDetect.h.