comparison rvinterf/rvtat/main.c @ 423:e40bb5a6c6b9

rvinterf clients: implemented 30 ms delay for batch ops with -p
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Oct 2018 00:30:16 +0000
parents 99471c57155a
children 261c1b6d936e
comparison
equal deleted inserted replaced
422:c1aadfcd185f 423:e40bb5a6c6b9
113 fprintf(stderr, 113 fprintf(stderr,
114 "%s error: -p and -s options are mutually exclusive\n", 114 "%s error: -p and -s options are mutually exclusive\n",
115 argv[0]); 115 argv[0]);
116 exit(ERROR_USAGE); 116 exit(ERROR_USAGE);
117 } 117 }
118 launch_rvinterf(); 118 launch_rvinterf(1);
119 } else { 119 } else {
120 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) { 120 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) {
121 fprintf(stderr, 121 fprintf(stderr,
122 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n", 122 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n",
123 argv[0]); 123 argv[0]);