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.24 by greg, Mon Jun 3 18:55:51 2024 UTC vs.
Revision 3.25 by greg, Tue Oct 29 00:35:06 2024 UTC

# Line 136 | Line 136 | extern int open_process(SUBPROC *pd, char *av[]);
136   extern int close_processes(SUBPROC pd[], int nproc);
137   extern int process(SUBPROC *pd, void *recvbuf, void *sendbuf, int nbr, int nbs);
138   extern ssize_t readbuf(int fd, void *bpos, ssize_t siz);
139 < extern ssize_t writebuf(int fd, void *bpos, ssize_t siz);
139 > extern ssize_t writebuf(int fd, const void *bpos, ssize_t siz);
140  
141   #if defined(_WIN32) || defined(_WIN64)
142   /* any non-negative increment will send the process to IDLE_PRIORITY_CLASS. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines