/* k 0021	12/07/90	*/
/* k 0119       08/02/91        */
struct  sess {                      /* work block SESS      */
    struct tmp2 *tmp2;              /* ptr to tmp2          */
    char bind[8];                   /* logon name           */
								/* @0021 */
    struct hscb *hscb;              /* ptr to hscb          */
								/* @0021 */
    struct sess *sess;              /* ptr to sess          */
#define    UNRBS    1        /* @0119 */
#define    SFMT4    2        /* @0119 */
#define    SFMT2    4        /* @0119 */
#define    SFMT0    8        /* @0119 */
#define    SSLU    64        /* @0119 */
#define    SPLU   128        /* @0119 */
/*  struct {
    unsigned unrbs:1;               * unsuccessful rbs     *
    unsigned fmt4:1;                * format 4             *
    unsigned fmt2:1;                * format 2             *
    unsigned fmt0:1;                * format 0             *
    unsigned rsv:2;                 * reserved             *
    unsigned slu:1;                 * slu is initiator     *
    unsigned plu:1;                 * plu is initiator     *
        } stat ;                    *                      */
    unsigned char stat;             /* @0119 */
     };
