Changeset 611

Show
Ignore:
Timestamp:
05/16/07 20:36:25 (2 years ago)
Author:
chtekk
Message:

Went over helper stuff again, minor cleanups.
I now theoretically declare VCD as ready for RC! ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcd/methods/helper/helper_restart.c

    r583 r611  
    2828 
    2929        xmlrpc_value *params; 
     30        int rc; 
    3031        xid_t xid; 
    31         int rc; 
    3232 
    3333        params = method_init(env, p, c, VCD_CAP_HELPER, 0); 
  • trunk/src/vcd/methods/helper/helper_shutdown.c

    r598 r611  
    3232 
    3333        xmlrpc_value *params; 
     34        char *name; 
     35        int n, rc, status, timeout = 15; 
    3436        xid_t xid; 
    35         int n, rc, status, timeout = 15; 
    3637        pid_t pid; 
    37         char *name; 
    3838 
    3939        params = method_init(env, p, c, VCD_CAP_HELPER, 0);