|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 1229 (0x4cd) Types: TextFile Names: »tb_p1.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/h/tb_p1.h«
/* tb_p1.h: definitions used in I/O Queue Lines */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/h/RCS/tb_p1.h,v 5.0 90/09/20 16:51:42 pp Exp Locker: pp $ * * $Log: tb_p1.h,v $ * Revision 5.0 90/09/20 16:51:42 pp * rcsforce : 5.0 public release * * */ #ifndef _H_TB_P1 #define _H_TB_P1 /* MsgId */ #define MPDUID_STRING 1 /* Trace */ #define TRACE_MTA 1 /* GlobalId */ #define GLOBAL_COUNTRY 1 #define GLOBAL_ADMIN 2 #define GLOBAL_PRIVATE 3 /* DomainSuppliedInfo */ #define DSI_TIME 1 #define DSI_DEFERRED 2 #define DSI_ACTION 3 #define DSI_CONVERTED 4 #define DSI_ATTEMPTED 5 /* DomainSuppliedInfo - Action */ #define ACTION_RELAYED 0 #define ACTION_ROUTED 1 /* EncodedInformationTypes - Set */ #define EI_BIT_STRING 1 #define EI_G3NONBASIC 2 #define EI_TELETEXNONBASIC 3 #define EI_PRESENTATION 4 /* EncodedInformationTypes - Bit string */ #define EI_TOTAL 10 #endif