支持field_stat2

This commit is contained in:
pengxuanzheng
2020-10-20 17:20:27 +08:00
parent 050a489e55
commit e5f5062f51
2 changed files with 131 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ enum hoserrors
HOS_FILE_NOT_EXITS = -2,
HOS_HASH_NOT_FIND = -3,
HOS_FD_NOT_ENOUGH = -4,
HOS_SEND_FAILED = -5,
};