diff options
Diffstat (limited to 'src/fuse/cowfile.h')
-rw-r--r-- | src/fuse/cowfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuse/cowfile.h b/src/fuse/cowfile.h index d124b0c..20f4518 100644 --- a/src/fuse/cowfile.h +++ b/src/fuse/cowfile.h @@ -109,6 +109,7 @@ typedef struct cow_curl_read_upload size_t position; long unsigned int clusterNumber; int64_t ulLast; + int retryTime; atomic_uchar bitfield[COW_BITFIELD_SIZE]; } cow_curl_read_upload_t; |