luser- -droog
unread,Feb 10, 2011, 5:24:44 AM2/10/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm having trouble deciding where to store the FILE *
for a file object. It can't go in the object itself because
closing one won't instantly propagate to all duplicates.
It can't go in VM because duplicates could point to
invalid memory. Or can they? After restoring, there
should be no dangling file objects, right? Not in any
composites. So restore just needs to check the stack for
files (as well as other composites), right?