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

  1. struct com {
  2. /*
  3.  * This structure contains common fields for all
  4.  * conversation verbs.
  5.  */
  6. char rsrv1[12];     /* Required for PORT */
  7. unsigned int code;  /* Verb operation code */
  8. unsigned char e_cd; /* Verb extension code */
  9. unsigned char rsrv2[5];
  10. unsigned int prim_rc; /* Primary ret code */
  11. unsigned long sec_rc; /* Secondary ret. code */
  12. char tp_id[8];
  13. unsigned long conv_id;
  14. };
  15.