diff 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
line wrap: on
line diff
--- a/rvinterf/asyncshell/main.c	Sun Oct 28 00:00:51 2018 +0000
+++ b/rvinterf/asyncshell/main.c	Sun Oct 28 00:30:16 2018 +0000
@@ -60,7 +60,7 @@
 				argv[0]);
 			exit(ERROR_USAGE);
 		}
-		launch_rvinterf();
+		launch_rvinterf(0);
 	} else {
 		if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) {
 			fprintf(stderr,