Make do_recv() reset copy_unsafe_links too (just like it does for
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 2592230..092cc99 100644 (file)
--- 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 {