[115] in 6.033-lab
Re: Lab 1 Questions, typos
daemon@ATHENA.MIT.EDU (Jeff Hu)
Sat Feb 20 12:58:06 1999
Date: Sat, 20 Feb 1999 12:59:00 -0500
To: Kevin Fu <fubob@MIT.EDU>, Matt Deeds <mdeeds@MIT.EDU>
From: Jeff Hu <jhu@MIT.EDU>
Cc: 6.033-lab@MIT.EDU
One one clarification to make on Kevin's email. (I was in the process
of answering this myself =))
>>Do the callback functions need to be called if cb_check is not called?
>
>Nope. cb_check() is the only function that acts on the callbacks.
In general cb_check is the only function that acts on callbacks. However,
depending on how you implement your proxy, you may want to use cb_add
or cb_free outside of cb_check. I can think of at least one case
off the top of my head where you could use cb_add outside of cb_check.
Jeff