comparison rvinterf/etmsync/memdump.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 9925fba699be
children
comparison
equal deleted inserted replaced
422:c1aadfcd185f 423:e40bb5a6c6b9
104 fprintf(stderr, 104 fprintf(stderr,
105 "%s error: -p and -s options are mutually exclusive\n", 105 "%s error: -p and -s options are mutually exclusive\n",
106 argv[0]); 106 argv[0]);
107 exit(ERROR_USAGE); 107 exit(ERROR_USAGE);
108 } 108 }
109 launch_rvinterf(); 109 launch_rvinterf(1);
110 } else { 110 } else {
111 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) { 111 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) {
112 fprintf(stderr, 112 fprintf(stderr,
113 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n", 113 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n",
114 argv[0]); 114 argv[0]);