32
32
#define SHUTDOWN_DEF_TIMEOUT 3600 /* Wait for shutdown */
34
34
char *host= NULL, *user= NULL, *opt_password= NULL;
36
36
static uint32_t tcp_port= 0, option_wait= 0, option_silent= 0;
37
37
static uint32_t my_end_arg;
38
38
static uint32_t opt_connect_timeout, opt_shutdown_timeout;