comparison rvinterf/asyncshell/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 c1aadfcd185f
children
comparison
equal deleted inserted replaced
422:c1aadfcd185f 423:e40bb5a6c6b9
58 fprintf(stderr, 58 fprintf(stderr,
59 "%s error: -p and -s options are mutually exclusive\n", 59 "%s error: -p and -s options are mutually exclusive\n",
60 argv[0]); 60 argv[0]);
61 exit(ERROR_USAGE); 61 exit(ERROR_USAGE);
62 } 62 }
63 launch_rvinterf(); 63 launch_rvinterf(0);
64 } else { 64 } else {
65 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) { 65 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) {
66 fprintf(stderr, 66 fprintf(stderr,
67 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n", 67 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n",
68 argv[0]); 68 argv[0]);