/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ * * PCR Debugger private interface. */ #ifndef __PCR_DbgPvt_h #define __PCR_DbgPvt_h 1 #include #include 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$ */