From: Wayne Davison Date: Sat, 24 Jul 2004 16:38:49 +0000 (+0000) Subject: Added write_stream_flags() to write the state of certain flags into X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d3e182af0976f35cad31bd3aa08c8deaa20509b3?hp=d3e182af0976f35cad31bd3aa08c8deaa20509b3 Added write_stream_flags() to write the state of certain flags into the batchfile and read_stream_flags() to read and twiddle the same flags. This ensures that the batchfile reading doesn't get confused about what data to expect from the socket. ---