源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
498 B

%% ---------------------------------------------------------------------------
%% @doc web版游戏错误日志
%% @author hek
%% @since 2018-5-17
%% @deprecated
%% ---------------------------------------------------------------------------
-record(error_state, {
is_overflow_close = false %% 是否超过总阀值被关闭了
, close_time = 0 %% 关闭时间
, resume_ref = [] %% 服务恢复定时器引用
}).