store the stored size as well

This commit is contained in:
SJ
2014-05-05 15:26:42 +02:00
parent 8c12662ddc
commit 3bf589ab5c
5 changed files with 18 additions and 8 deletions

View File

@@ -319,6 +319,7 @@ struct __counters {
unsigned long long c_duplicate;
unsigned long long c_ignore;
unsigned long long c_size;
unsigned long long c_stored_size;
};
#endif /* _DEFS_H */