ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/src/runtime/sr_machipc.h

This is sr_machipc.h in view mode; [Download] [Up]

/*
 * PCN Abstract Machine Emulator
 * Authors:     Steve Tuecke and Ian Foster
 *              Argonne National Laboratory
 *
 * Please see the DISCLAIMER file in the top level directory of the
 * distribution regarding the provisions under which this software
 * is distributed.
 *
 * sr_machipc.h  -  send/receive header for Mach IPC
 */

#undef PARALLEL
#define PARALLEL

#undef ASYNC_MSG
#define ASYNC_MSG 0

#undef SR_MACHIPC
#define SR_MACHIPC


/* maximum number of nodes */
#ifndef MAX_NODES
#define MAX_NODES	128
#endif

/*
 * The PCN message types
 */
#define MSG_DEFINE	10000001
#define MSG_VALUE	10000002
#define MSG_READ	10000003
#define MSG_CANCEL	10000004
#define MSG_COLLECT	10000005
#define MSG_EXIT	10000006
#define MSG_PARAMS	10000007
#define MSG_ABORT	10000008

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.