From f76bc9bf7f2b9378102d0d34b12987170b5ae3ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Oct 2017 16:37:31 +0200 Subject: Don't fail hard if we were unable to suspend machine --- bbot/agent/machine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/agent/machine.hxx') diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx index e352e42..b72e846 100644 --- a/bbot/agent/machine.hxx +++ b/bbot/agent/machine.hxx @@ -36,7 +36,7 @@ namespace bbot // Suspend the machine. // virtual void - suspend () = 0; + suspend (bool fail_hard = true) = 0; // Wait for the machine to terminate up to the specified number of // seconds. Update the timeout and return false if the machine is still -- cgit v1.1