ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.h
(Generate patch)

Comparing gvpe/src/util.h (file contents):
Revision 1.15 by pcg, Fri Mar 18 02:32:20 2005 UTC vs.
Revision 1.16 by pcg, Wed Mar 23 20:22:59 2005 UTC

30 30
31#include "slog.h" 31#include "slog.h"
32#include "iom.h" 32#include "iom.h"
33 33
34/* 34/*
35 * check for an existing vped for this net, and write pid to pidfile 35 * check for an existing gvpe for this net, and write pid to pidfile
36 */ 36 */
37extern int write_pidfile (void); 37extern int write_pidfile (void);
38 38
39/* 39/*
40 * kill older vped 40 * kill older gvpe
41 */ 41 */
42extern int kill_other (int signal); 42extern int kill_other (int signal);
43 43
44/* 44/*
45 * Detach from current terminal, write pidfile, kill parent 45 * Detach from current terminal, write pidfile, kill parent

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines