DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦8151068e0⟧ TextFile

    Length: 1172 (0x494)
    Types: TextFile
    Names: »listen.h«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/others/listen/listen.h« 

TextFile

/* listen.h - listen demo definitions */

/* 
 * $Header: /f/osi/others/listen/RCS/listen.h,v 6.0 89/03/18 23:35:36 mrose Rel $
 *
 *
 * $Log:	listen.h,v $
 * Revision 6.0  89/03/18  23:35:36  mrose
 * Release 5.0
 * 
 */

/*
 *				  NOTICE
 *
 *    Acquisition, use, and distribution of this module and related
 *    materials are subject to the restrictions of a license agreement.
 *    Consult the Preface in the User's Manual for the full terms of
 *    this agreement.
 *
 */


#include <isode/psap2.h>
#include <isode/ssap.h>
#include <isode/tsap.h>
#include <isode/logger.h>

#define	RMASK \
    "\020\01HALFDUPLEX\02DUPLEX\03EXPEDITED\04MINORSYNC\05MAJORSYNC\06RESYNC\
\07ACTIVITY\010NEGOTIATED\011CAPABILITY\012EXCEPTIONS\013TYPEDATA"


typedef struct sblk {
    int	    sb_sd;		/* session-descriptor */

    struct SSAPref sb_connect;	/* session connection reference */

    int	    sb_requirements;	/* session requirements */
    int	    sb_settings;	/* initial settings */
    int	    sb_owned;		/* session tokens we own */

    long    sb_ssn;		/* session serial number */
    long    sb_isn;		/* initial serial number */
}		*SB;


void	adios (), advise ();