query file info support two combined flags

This commit is contained in:
YuQing
2025-11-06 15:51:14 +08:00
parent 1c1dc946e3
commit f4c00d7b2a
5 changed files with 39 additions and 10 deletions
@@ -113,6 +113,9 @@ public class ProtoCommon {
public static final byte FDFS_RW_MODE_WRITEONLY = 2;
public static final byte FDFS_RW_MODE_BOTH = FDFS_RW_MODE_READONLY + FDFS_RW_MODE_WRITEONLY;
public static final byte FDFS_QUERY_FINFO_FLAGS_NOT_CALC_CRC32 = 1;
public static final byte FDFS_QUERY_FINFO_FLAGS_KEEP_SILENCE = 2;
private ProtoCommon() {
}