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 q

⟦84b85ae6b⟧ TextFile

    Length: 872 (0x368)
    Types: TextFile
    Names: »qmgrif.h«

Derivation

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

TextFile

#define	type_Qmgr_Channel	qbuf
#define	type_Qmgr_QID	type_UNIV_PrintableString

struct type_Qmgr_UserList {
        struct type_Qmgr_RecipientId *RecipientId;
        struct type_Qmgr_UserList *next;
};

struct type_Qmgr_RecipientId {
    int     parm;
};

struct type_Qmgr_ProcMsg {
    struct type_Qmgr_QID *qid;
    struct type_Qmgr_UserList *users;
    struct type_Qmgr_Channel *channel;
};

struct type_Qmgr_DeliveryStatus {
        struct type_Qmgr_IndividualDeliveryStatus *IndividualDeliveryStatus;
        struct type_Qmgr_DeliveryStatus *next;
};

struct type_Qmgr_IndividualDeliveryStatus {
    struct type_Qmgr_RecipientId *recipient;
    int     status;
#define	int_Qmgr_status_success	0
#define	int_Qmgr_status_permanentFailure	1
#define	int_Qmgr_status_messageFailure	2
#define	int_Qmgr_status_mtaFailure	3
#define	int_Qmgr_status_mtaAndMessageFailure	4
};