|
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 q
Length: 2429 (0x97d) Types: TextFile Names: »qstruct.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/doc/manual/volume2/qstruct.h«
typedef struct Qstruct { int msgtype; /* Type of message */ #define MT_UMPDU 1 #define MT_DMPDU 2 #define MT_PMPDU 3 /* -- MTS Parameters */ long msgsize; /* Size of message */ UTC defertime; /* Deffered time */ UTC latest_time; char latest_time_crit; char nwarns; /* Number of warning msgs to send */ int warninterval; /* Interval between warning msgs */ int retinterval; /* Interval after which return mail */ char *cont_type; /* Content type of message */ #define CONT_822S "822" /* 822 default type */ #define CONT_P2S "p2" /* p2 default string */ EncodedIT encodedinfo; /* Encoded information type */ int priority; /* Priority of message */ #define PRIO_NORMAL 0 #define PRIO_NONURGENT 1 #define PRIO_URGENT 2 char disclose_recips; char implicit_conversion; char alternate_recip_allowed; char content_return_request; char recip_reassign_prohibited; char recip_reassign_crit; char dl_expansion_prohibited; char dl_expansion_crit; char conversion_with_loss_prohibited; char conversion_with_loss_crit; char *ua_id; /* UA content id */ char *pp_content_correlator; /* PP preferred string form */ struct qbuf *general_content_correlator; char content_correlator_crit; /* ASN.1 uninterpreted */ FullName *originator_return_address; char originator_return_address_crit; int forwarding_request; char forwarding_request_crit; struct qbuf *originator_certificate; char originator_certificate_crit; struct qbuf *algorithm_identifier; char algorithm_identifier_crit; /* content confidentiality */ struct qbuf *message_origin_auth_check; /* also for Probe */ char message_origin_auth_check_crit; struct qbuf *security_label; char security_label_crit; int proof_of_submission_request; /* boolean */ char proof_of_submission_crit; Extension *per_message_extensions; ADDR *Oaddress; /* Orig addr - linked list */ ADDR *Raddress; /* Recip addrs - linked list */ /* -- MTA AS Parameters */ LIST_RCHAN *inbound; /* Inbound MTA/Channel */ MPDUid msgid; /* Message ID */ Trace *trace; /* Trace info */ DLHistory *dl_expansion_history; char dl_expansion_history_crit; /* -- PP calculated parameters */ UTC queuetime; /* Time that message was enqueued */ UTC departime; /* Time that message left the queue */ } Q_struct;