增加新的table_type:文件摘要,根据摘要识别大体积文件。

This commit is contained in:
zhengchao
2015-11-09 16:07:50 +08:00
parent dbaaffd26a
commit 3606a1b1e6
4 changed files with 145 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ enum MAAT_TABLE_TYPE
TABLE_TYPE_COMPILE,
TABLE_TYPE_PLUGIN,
TABLE_TYPE_INTVAL,
TABLE_TYPE_DIGEST,
TABLE_TYPE_GROUP
};