From: Wayne Davison Date: Tue, 29 Mar 2005 10:57:31 +0000 (+0000) Subject: Changed maybe_emit_filelist_progress() and emit_filelist_progress() X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/53135fe89a7688ff3ef6bb26eb4053de82879036?ds=inline;hp=53135fe89a7688ff3ef6bb26eb4053de82879036 Changed maybe_emit_filelist_progress() and emit_filelist_progress() to take an integer count instead of a struct file_list so that we can pass in a file-list-count offset for delete's separate calls to send_directory(). ---