ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo.c
(Generate patch)

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.16 by gregl, Thu Dec 4 10:30:33 1997 UTC vs.
Revision 3.17 by gregl, Mon Dec 8 18:51:15 1997 UTC

# Line 30 | Line 30 | int    ncprocs = 0;            /* desired number of compute process
30  
31   char    *outdev = NULL;         /* output device name */
32  
33 + int     readinp = 0;            /* read commands from stdin */
34 +
35   time_t  starttime;              /* time we got started */
36   time_t  endtime;                /* time we should end by */
37   time_t  reporttime;             /* time for next report */
# Line 70 | Line 72 | char   *argv[];
72                  case 'f':                       /* force overwrite */
73                          force++;
74                          break;
75 +                case 'i':                       /* read input from stdin */
76 +                        readinp++;
77 +                        break;
78                  case 'n':                       /* compute processes */
79                          if (i >= argc-2)
80                                  goto userr;
# Line 187 | Line 192 | initrholo()                    /* get our holodeck running */
192   {
193          extern int      global_packet();
194          register int    i;
195 +                                                /* close holodeck on exec() */
196 +        fcntl(hdlist[0]->fd, F_SETFD, FD_CLOEXEC);
197  
198          if (outdev != NULL)                     /* open output device */
199                  disp_open(outdev);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines