Subject: Re: Changes to link layer input routines
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-net
Date: 05/15/1999 11:14:20
> Uhm, only sort of. IMO, for this to be really useful, you'd need a stack, or a
> linked list, of function calls.

well, or a "closure" (function pointer and a void * data pointer) so
the first function can find the second function or other private data
specific to this interface..

					- Bill