home *** CD-ROM | disk | FTP | other *** search
- /*======================================================================
- I N E T R A Y . S T A R T . X
- doc: Wed Mar 25 15:42:28 1992
- dlm: Fri Jun 5 12:35:13 1992
- (c) 1992 ant@ips.id.ethz.ch
- uE-Info: 16 21 T 0 0 72 2 2 8 ofnI
- ======================================================================*/
-
- #include "prognum.h"
- %#ifndef ITIMER_REAL
- %#include <sys/time.h> /* for A/UX */
- %#endif
-
- struct sPrm { /* Parameters */
- int uid; /* remote user id */
- int nSvcs; /* # of workers to start */
- } ;
-
- program STARTER {
- version IRSV1 {
- void START(sPrm) = 1; /* start workers */
- } = V1;
- } = IRSNUM;
-