• Wayne Davison's avatar
    Changed recv_generator() to take a "struct file_struct *" instead of · dfd5ba6a
    Wayne Davison authored
    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.
    dfd5ba6a
generator.c 14.4 KB