Changed recv_generator() to take a "struct file_struct *" instead of
authorWayne Davison <wayned@samba.org>
Sun, 4 Jan 2004 18:43:18 +0000 (18:43 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 4 Jan 2004 18:43:18 +0000 (18:43 +0000)
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.


No differences found