Subject: Re: emuldata addition To: Jarom r Dolecek <dolecek@ibis.cz> From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> List: tech-kern Date: 10/30/2000 11:56:06
one additional comment: an emulation may want to put data which may
need cleanup. how about adding a destructor function to the emualtion
ops structure?
void *(*e_free_emuldata) __P((struct proc *));
- Bill