CVS update: rsync

Wayne Davison wayned at samba.org
Sun Jan 4 18:43:18 GMT 2004


Date:	Sun Jan  4 18:43:18 2004
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv11742

Modified Files:
	generator.c proto.h 
Log Message:
Changed recv_generator() to take a "struct file_struct *" instead of
a "struct file_list *", which allows us to call it with a copy of the
current file_struct entry that we've modified.  This is better than
modifying the entry directly because the latter causes the shared
memory between the generator and the receiver to slowly vanish as
the in-memory changes happen.


Revisions:
generator.c		1.65 => 1.66
	http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c.diff?r1=1.65&r2=1.66
proto.h		1.164 => 1.165
	http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h.diff?r1=1.164&r2=1.165


More information about the rsync-cvs mailing list