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)
commitdfd5ba6ab7a4ec0ebc916269788355fda86cf4ce
tree49c937d7f5fa92666c683cb1e3be8c54edeb7caf
parent393ba2214d0c4c31de44a1278ff3106ee7d97522
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.
generator.c