ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtprocess.h
(Generate patch)

Comparing ray/src/common/rtprocess.h (file contents):
Revision 3.14 by greg, Wed Feb 3 22:41:35 2016 UTC vs.
Revision 3.15 by greg, Fri Mar 4 02:48:14 2016 UTC

# Line 57 | Line 57 | typedef struct {
57  
58   #define SP_INACTIVE {-1,-1,0,0} /* for static initializations */
59  
60 + #define close_process(pd)       close_processes(pd,1)
61 +
62   extern int open_process(SUBPROC *pd, char *av[]);
63 < extern int close_process(SUBPROC *pd);
63 > extern int close_processes(SUBPROC pd[], int nproc);
64   extern int process(SUBPROC *pd, char *recvbuf, char *sendbuf, int nbr, int nbs);
65   extern int readbuf(int fd, char *bpos, int siz);
66   extern int writebuf(int fd, char *bpos, int siz);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines