|
|
1.1 root 1: /* callback.h - callback demo definitions */
2:
3: /*
4: * $Header: /f/osi/others/callback/RCS/callback.h,v 7.0 89/11/23 21:58:11 mrose Rel $
5: *
6: *
7: * $Log: callback.h,v $
8: * Revision 7.0 89/11/23 21:58:11 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: #include "psap2.h"
25: #include "ssap.h"
26: #include "tsap.h"
27: #include "logger.h"
28:
29: #define RMASK \
30: "\020\01HALFDUPLEX\02DUPLEX\03EXPEDITED\04MINORSYNC\05MAJORSYNC\06RESYNC\
31: \07ACTIVITY\010NEGOTIATED\011CAPABILITY\012EXCEPTIONS\013TYPEDATA"
32:
33:
34: typedef struct sblk {
35: int sb_sd; /* session-descriptor */
36:
37: struct SSAPref sb_connect; /* session connection reference */
38:
39: int sb_requirements; /* session requirements */
40: int sb_settings; /* initial settings */
41: int sb_owned; /* session tokens we own */
42:
43: long sb_ssn; /* session serial number */
44: long sb_isn; /* initial serial number */
45: } *SB;
46:
47:
48: void adios (), advise ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.