|
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 r
Length: 656 (0x290) Types: TextFile Names: »ryresponder.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Src/qmgr/ryresponder.h«
/* ryresponder.h - include file for the generic idempotent responder */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/Src/qmgr/RCS/ryresponder.h,v 5.0 90/09/20 16:22:01 pp Exp Locker: pp $ * * $Log: ryresponder.h,v $ * Revision 5.0 90/09/20 16:22:01 pp * rcsforce : 5.0 public release * * */ #ifndef _H_QMGRLOAD_RYRESPONDER #define _H_QMGRLOAD_RYRESPONDER #include <isode/rosy.h> #include <isode/logger.h> struct server_dispatch { char *ds_name; int ds_operation; IFP ds_vector; }; extern int debug; void adios(), advise(); void acs_advise(); void ros_adios(), ros_advise(); void ryr_advise(); int ryresponder(); #endif