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

Comparing ray/src/util/netproc.h (file contents):
Revision 2.7 by schorsch, Mon Oct 27 10:32:06 2003 UTC vs.
Revision 2.8 by schorsch, Fri Mar 26 21:36:19 2004 UTC

# Line 32 | Line 32 | typedef struct pserver {
32   extern PSERVER  *pslist;        /* global process server list */
33  
34   extern PSERVER  *addpserver(char *host, char *dir, char *usr, int np);
35 + extern void delpserver(PSERVER  *ps);
36   extern PSERVER  *findjob(int *pnp);
37 + typedef int pscompfunc(PSERVER *ps, int pn, int status);
38 + extern int startjob(PSERVER     *ps, char       *command, pscompfunc *compf);
39 + extern int wait4job(PSERVER     *ps, int        pid);
40  
37 extern char     *myhostname(void);
41  
42   #define LHOSTNAME       "localhost"     /* accepted name for local host */
43  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines