From: Wayne Davison Date: Sun, 3 Dec 2006 06:44:16 +0000 (+0000) Subject: - Typical tranfers now save 12-20 bytes per file because several vars X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/82ad07c4182f744c07b96a15df4572e559ed7dc8?hp=82ad07c4182f744c07b96a15df4572e559ed7dc8 - Typical tranfers now save 12-20 bytes per file because several vars were moved out of file_struct into an optional member-var setup. - Renamed and reorganized the FLAG_* defines. - Use NDX_DONE instead of a literal -1 when sending/checking the end-of-phase index value. ---