summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/cowfile.h')
-rw-r--r--src/fuse/cowfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fuse/cowfile.h b/src/fuse/cowfile.h
index 20f4518..3b1711c 100644
--- a/src/fuse/cowfile.h
+++ b/src/fuse/cowfile.h
@@ -107,10 +107,11 @@ typedef struct cow_curl_read_upload
atomic_uint_least64_t time;
cow_l2_entry_t *cluster;
size_t position;
- long unsigned int clusterNumber;
+ uint64_t clusterNumber;
int64_t ulLast;
int retryTime;
atomic_uchar bitfield[COW_BITFIELD_SIZE];
+ char replyBuffer[500];
} cow_curl_read_upload_t;