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 r

⟦d971abd82⟧ TextFile

    Length: 686 (0x2ae)
    Types: TextFile
    Names: »ryresponder.h«

Derivation

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

TextFile

/* ryresponder.h - include file for the generic idempotent responder */

/*
 * @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/qmgr-load/RCS/ryresponder.h,v 5.0 90/09/20 15:53:26 pp Exp Locker: pp $
 *
 * $Log:	ryresponder.h,v $
 * Revision 5.0  90/09/20  15:53:26  pp
 * rcsforce : 5.0 public release
 * 
 *
 */



#ifndef _H_QMGRLOAD_RYRESPONDER
#define _H_QMGRLOAD_RYRESPONDER


#include <isode/rosy.h>
#include <isode/logger.h>


static struct server_dispatch {
	char	*ds_name;
	int	ds_operation;
	IFP	ds_vector;
} Server_dispatch;


extern int	debug;

void		adios(), advise();
void		acs_advise();
void		ros_adios(), ros_advise();
void		ryr_advise();
int		ryresponder();

#endif