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 t

⟦383aae7b2⟧ TextFile

    Length: 1661 (0x67d)
    Types: TextFile
    Names: »tb_q.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/h/tb_q.h« 

TextFile

/* tb_q.h: definitions used for I/O QUEUE/ADDR Control Files */

/*
 * @(#) $Header: /cs/research/pp/hubris/pp-beta/h/RCS/tb_q.h,v 5.0 90/09/20 16:51:51 pp Exp Locker: pp $
 *
 * $Log:	tb_q.h,v $
 * Revision 5.0  90/09/20  16:51:51  pp
 * rcsforce : 5.0 public release
 * 
 *
 */



#ifndef _H_TB_Q
#define _H_TB_Q


/* MessageEnvelopeParameters */
#define Q_MSGTYPE               	1
#define Q_MSGSIZE               	2
#define Q_QUEUETIME             	3
#define Q_DEPARTIME             	4
#define Q_DEFERREDTIME          	5
#define Q_INCHANNEL             	6
#define Q_INHOST                	7
#define Q_NWARNS                	8
#define Q_WARNINTERVAL          	9
#define Q_RETINTERVAL           	10
#define Q_CONTENT_TYPE          	11
#define Q_ENCODED_INFO          	12
#define Q_PRIORITY              	13
#define Q_UA_ID                 	14
#define Q_MSGID                 	16
#define Q_TRACE                 	17
#define Q_DISCLOSE_RECIPS		18
#define Q_IMPICIT_CONVERSION		19
#define Q_ALTERNATE_RECIP_ALLOWED	20
#define Q_CONTENT_RETURN_REQUEST  	21
#define Q_LATESTTIME			22
#define	Q_RECIP_REASSIGN_PROHIBITED	23
#define	Q_DL_EXP_PROHIBITIED		24
#define Q_PP_CONT_CORR			25
#define Q_GEN_CONT_CORR			26
#define Q_END                   	27
#define	Q_IMPLICIT_CONVERSION		28
#define	Q_CONV_WITH_LOSS		29
#define	Q_ORIG_RETURN_ADDRESS		30
#define	Q_FORWARDING_REQUEST		31
#define	Q_ORIGINATOR_CERT		32
#define	Q_ALGORITHM_ID			33
#define	Q_MESSAGE_ORIGIN_AUTH_CHECK	34
#define	Q_SECURITY_LABEL		35
#define	Q_PROOF_OF_SUB			36
#define	Q_MESSAGE_EXTENSIONS		37
#define	Q_DL_EXP_HISTORY		38
#define	Q_DL_EXP_HIST_CRIT		39
#define Q_ORIG_ENCODED_INFO		40
#endif