Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

where do the FILE *s go?

7 views
Skip to first unread message

luser- -droog

unread,
Feb 10, 2011, 5:24:44 AM2/10/11
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?
0 new messages