X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..37077bd3393d04af810a04b122cf96bdf8fde076:/rsync.h diff --git a/rsync.h b/rsync.h index fdc7a032..65402576 100644 --- 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 { @@ -1147,10 +1147,10 @@ extern short info_levels[], debug_levels[]; #define DEBUG_BIND (DEBUG_BACKUP+1) #define DEBUG_CHDIR (DEBUG_BIND+1) #define DEBUG_CONNECT (DEBUG_CHDIR+1) -#define DEBUG_CHKSUM (DEBUG_CONNECT+1) -#define DEBUG_CMD (DEBUG_CHKSUM+1) +#define DEBUG_CMD (DEBUG_CONNECT+1) #define DEBUG_DEL (DEBUG_CMD+1) -#define DEBUG_DUP (DEBUG_DEL+1) +#define DEBUG_DELTASUM (DEBUG_DEL+1) +#define DEBUG_DUP (DEBUG_DELTASUM+1) #define DEBUG_EXIT (DEBUG_DUP+1) #define DEBUG_FILTER (DEBUG_EXIT+1) #define DEBUG_FLIST (DEBUG_FILTER+1)