aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-01 11:53:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-01 11:53:04 +0200
commit8b896055d4d90b538211784cf9ad1bf335b20dc6 (patch)
tree755ca33df640a4a29e1d00c7e2e0265a4243bb94 /bbot/utility.hxx
parentc06600bc5e24389453d9a486c69d9746ae4fef23 (diff)
Soft-fail on VM forcedown failures
Since we've got the result this should be harmless. And should help with spurious KVM crashes with Mac OS guest.
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 50756dd..f6f0349 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -80,11 +80,11 @@ namespace bbot
template <typename P>
void
- run_io_finish (tracer&, process&, const P&);
+ run_io_finish (tracer&, process&, const P&, bool fail_hard = true);
template <typename P>
process_exit::code_type
- run_io_finish_exit (tracer&, process&, const P&);
+ run_io_finish_exit (tracer&, process&, const P&, bool fail_hard = true);
template <typename P, typename... A>
inline void