/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ * * PCR Debugger private interface. */ #ifndef ←←PCR←DbgPvt←h #define ←←PCR←DbgPvt←h 1 #include <config/PCR←StdDefs.h> #include <dbg/PCR←Dbg.h> struct PCR←DbgPvt←CallInfoRep { PCR←Dbg←CallInfo pci←ci; struct PCR←Th←CVRep pci←clientWait; long pci←res; struct PCR←DbgPvt←CallInfoRep * pci←next; }; typedef struct PCR←DbgPvt←CallInfoRep PCR←DbgPvt←CallInfo; extern PCR←Th←ML PCR←DbgPvt←ml; extern PCR←DbgPvt←CallInfo * PCR←DbgPvt←callInfo; extern PCR←Th←CV PCR←DbgPvt←clientCalling; #endif /* ! ←←PCR←DbgPvt←h */ /* $Log$ */