RPCWatch.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
RPC: Private interface between runtime and PupWatch
Andrew Birrell September 7, 1983 3:28 pm
Bob Hagmann February 8, 1985 3:32:53 pm PST
DIRECTORY
BufferDefs USING[ PupBuffer ];
RPCWatch: CEDAR DEFINITIONS =
BEGIN
SetSpyProc: PROC[p: PROC[BufferDefs.PupBuffer]];
If p#NIL, p will be called with each buffer passed to RPCPrivate.EnqueueRecvd. Calling this with p=NIL disables it.
END.