modelled invokepluto start and stop timing scheme after invokecharon

This commit is contained in:
Andreas Steffen
2009-03-27 16:14:59 +00:00
parent 9d1bd18243
commit 0ad1a8daea
2 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ starter_start_charon (starter_config_t *cfg, bool no_fork)
{
kill(pid, SIGKILL);
}
usleep(20000);
usleep(20000); /* sleep for 20 ms */
}
}
else