Added some HLINK debugging output and enabled it for hardlink tests.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index fdc7a03..c6a5899 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -551,7 +551,7 @@ struct hashtable {
        void *nodes;
        int32 size, entries;
        uint32 node_size;
-       int key64;
+       short key64;
 };
 
 struct ht_int32_node {