Store the key64 flag from hashtable_create() in the hashtable structure
[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 {