Module Libvirt.Event.Watchdog

module Watchdog: sig .. end

type t = [ `Debug | `None | `Pause | `Poweroff | `Reset | `Shutdown | `Unknown of int
]
val to_string : t -> string