调整按需回放未升主备机请求主机加载页面的日志打印

This commit is contained in:
chendong76
2024-02-23 16:58:56 +08:00
parent a73bec27d6
commit 8a686b8dcc
3 changed files with 42 additions and 25 deletions

View File

@ -195,6 +195,7 @@ typedef enum SSOndemandRequestRedoStatus {
ONDEMAND_REDO_DONE = 0,
ONDEMAND_REDO_SKIP,
ONDEMAND_REDO_FAIL,
ONDEMAND_REDO_ERROR,
ONDEMAND_REDO_TIMEOUT
} SSOndemandRequestRedoStatus;