源战役
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

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