diff options
Diffstat (limited to 'csum-file.h')
-rw-r--r-- | csum-file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csum-file.h b/csum-file.h index 4d1b231292..a38cc3a2d7 100644 --- a/csum-file.h +++ b/csum-file.h @@ -8,6 +8,7 @@ struct sha1file { int fd, error; unsigned int offset, namelen; SHA_CTX ctx; + off_t total; struct progress *tp; char name[PATH_MAX]; int do_crc; |