X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/013cae266ac92327a04b1e5cea34d21d5b4fffd0..41ba6938a478beadb9f1baf4f330d15e07132f68:/match.c?ds=sidebyside diff --git a/match.c b/match.c index 3cd489d0..f8a3607a 100644 --- a/match.c +++ b/match.c @@ -85,6 +85,19 @@ static void build_hash_table(struct sum_struct *s) } +static void send_match(int f,int i) +{ + static int matches[32]; + static int match_count=0; + + matches[match_count++] = i; + if (match_count == 32 || i==0) { + int i; + for (i=0;isums[i].len; if (n > 0)