X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/65b4e4b2a93de8e5bff93b5c7a2a529613cbc5e8..cae7885e2f5991640bd6a7b117147b2bc0e30bec:/rsync.h 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 {