home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / inetray / intrystr.x < prev    next >
Text File  |  1992-06-04  |  705b  |  24 lines

  1. /*======================================================================
  2.                     I N E T R A Y . S T A R T . X 
  3.                     doc: Wed Mar 25 15:42:28 1992
  4.                     dlm: Fri Jun  5 12:35:13 1992
  5.                     (c) 1992 ant@ips.id.ethz.ch
  6.                     uE-Info: 16 21 T 0 0 72 2 2 8 ofnI
  7. ======================================================================*/
  8.  
  9. #include    "prognum.h"
  10. %#ifndef ITIMER_REAL
  11. %#include    <sys/time.h>        /* for A/UX */
  12. %#endif
  13.  
  14. struct sPrm {                /* Parameters */
  15.     int    uid;            /* remote user id */
  16.     int    nSvcs;            /* # of workers to start */
  17. } ;
  18.  
  19. program STARTER {
  20.     version IRSV1 {
  21.         void START(sPrm) = 1;    /* start workers */
  22.     } = V1;
  23. } = IRSNUM;
  24.