Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
cDeadlockDetect::sWorldAge Struct Reference

#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...
 

Detailed Description

Definition at line 46 of file DeadlockDetect.h.

Member Data Documentation

◆ m_Age

cTickTimeLong cDeadlockDetect::sWorldAge::m_Age

Last m_WorldAge that has been detected in this world.

Definition at line 49 of file DeadlockDetect.h.

◆ m_NumCyclesSame

int cDeadlockDetect::sWorldAge::m_NumCyclesSame

Number of cycles for which the age has been the same.

Definition at line 52 of file DeadlockDetect.h.


The documentation for this struct was generated from the following file: