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.13 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 3.14 by greg, Wed Feb 3 22:41:35 2016 UTC

# Line 65 | Line 65 | extern int writebuf(int fd, char *bpos, int siz);
65  
66   #ifdef _WIN32
67   /* any non-negative increment will send the process to IDLE_PRIORITY_CLASS. */
68 + extern int win_kill(RT_PID pid, int sig /* ignored */);
69   extern int win_nice(int inc);
70   #endif
71  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines