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 c

⟦529c18b0c⟧ TextFile

    Length: 1158 (0x486)
    Types: TextFile
    Names: »callback.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/others/callback/callback.h« 

TextFile

/* callback.h - callback demo definitions */

/* 
 * $Header: /f/osi/others/callback/RCS/callback.h,v 7.0 89/11/23 21:58:11 mrose Rel $
 *
 *
 * $Log:	callback.h,v $
 * Revision 7.0  89/11/23  21:58:11  mrose
 * Release 6.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 "psap2.h"
#include "ssap.h"
#include "tsap.h"
#include "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 ();