Changeset 611
- Timestamp:
- 05/16/07 20:36:25 (2 years ago)
- Files:
-
- trunk/src/vcd/methods/helper/helper_restart.c (modified) (1 diff)
- trunk/src/vcd/methods/helper/helper_shutdown.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/vcd/methods/helper/helper_restart.c
r583 r611 28 28 29 29 xmlrpc_value *params; 30 int rc; 30 31 xid_t xid; 31 int rc;32 32 33 33 params = method_init(env, p, c, VCD_CAP_HELPER, 0); trunk/src/vcd/methods/helper/helper_shutdown.c
r598 r611 32 32 33 33 xmlrpc_value *params; 34 char *name; 35 int n, rc, status, timeout = 15; 34 36 xid_t xid; 35 int n, rc, status, timeout = 15;36 37 pid_t pid; 37 char *name;38 38 39 39 params = method_init(env, p, c, VCD_CAP_HELPER, 0);
