summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index 25922305..092cc999 100644
--- a/rsync.h
+++ b/rsync.h
@@ -540,6 +540,7 @@ struct hashtable {
void *nodes;
int32 size, entries;
uint32 node_size;
+ int key64;
};
struct ht_int32_node {