Code

make display of total transferred more accurate
[git.git] / csum-file.h
index 4d1b231292ad4cfc7996b73ea31fa74a5eff2687..a38cc3a2d725adbf44d9965ce911d2a19d79074e 100644 (file)
@@ -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;