From: Wayne Davison Date: Thu, 8 Jan 2004 04:56:27 +0000 (+0000) Subject: Improved the code in send_file_entry() and receive_file_entry() to X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1ef00d2072ae5cb36282204ac2a4ada9ab4f2ff3?hp=1ef00d2072ae5cb36282204ac2a4ada9ab4f2ff3 Improved the code in send_file_entry() and receive_file_entry() to make it a little easier to read and a little more optimized. Also made the flag size in our function calls match the size of the flags in the flist_struct. These changes will make it easier for me to optimize the sending of the hard-link data in a future commit. ---