Skip to content

Commit 702345f

Browse files
committed
CA-272180: allow reporting of suspend timeouts
Before they were reported as shutdown timeouts, which could be confusing on some cases. Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 0ec75fb commit 702345f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xen/xenops_interface.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ module Errors = struct
103103
| Failed_to_acknowledge_shutdown_request
104104
| Failed_to_acknowledge_suspend_request
105105
| Failed_to_shutdown of (string * float)
106+
| Failed_to_suspend of (string * float)
106107
| Device_is_connected
107108
| Device_not_connected
108109
| Device_detach_rejected of (string * string * string)

0 commit comments

Comments
 (0)