Annotation of 43BSDReno/contrib/isode-beta/vt/sector5.h, revision 1.1.1.1

1.1       root        1: /* sector5.h - VTPM: FSM sector 5 definitions */
                      2: 
                      3: /* 
                      4:  * $Header: /f/osi/vt/RCS/sector5.h,v 7.0 89/11/23 22:31:41 mrose Rel $
                      5:  *
                      6:  *
                      7:  * $Log:       sector5.h,v $
                      8:  * Revision 7.0  89/11/23  22:31:41  mrose
                      9:  * Release 6.0
                     10:  * 
                     11:  */
                     12: 
                     13: /*
                     14:  *                               NOTICE
                     15:  *
                     16:  *    Acquisition, use, and distribution of this module and related
                     17:  *    materials are subject to the restrictions of a license agreement.
                     18:  *    Consult the Preface in the User's Manual for the full terms of
                     19:  *    this agreement.
                     20:  *
                     21:  */
                     22: 
                     23: 
                     24: typedef struct expl_ptr {
                     25: #define NULLCOORD  -1
                     26:        int xval;       /* if they don't exist = NULLCOORD */
                     27:        int yval;
                     28:        int zval;
                     29: } EXPL_PTR;
                     30: 
                     31: #define NOBKTOK           -1           /* for token in S mode */
                     32: 
                     33: typedef struct bkq_content {
                     34:        int token_val; /* 0 initiator, 1 acceptor, 2 accChoice or nobktok */
                     35:        EXPL_PTR ExplPtr;
                     36: } BKQ_content;
                     37: 
                     38: 
                     39: typedef struct bkr_content {
                     40:        int token_val; /* 0 initiator, 1 acceptor or nobktok */
                     41:        EXPL_PTR ExplPtr;
                     42: } BKR_content;
                     43: 
                     44: typedef struct br_cnt {
                     45:        BKQ_content     BKQcont;
                     46:        BKR_content     BKRcont;
                     47:        EXPL_PTR        ExPtr;
                     48: } BRcnt;
                     49: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.