home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / cma.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-10  |  124 b   |  5 lines

  1. struct cma { /* The communication area */
  2.              struct tcb *p_tcb;
  3.              struct rcb *p_rcb;
  4.            };
  5.