X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2Flibvirt.mli;h=cc7a962a79f5ebee1527f01d21f8324766d50cc5;hb=e257cbcab6e1f20abc7bc4f9dfeb6e996cab4fc4;hp=f3a827dab513ee31b249826932c9d2d59f2d54fd;hpb=6f10b99323ba640d53590695b29fa793e2f5e882;p=ocaml-libvirt.git diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli index f3a827d..cc7a962 100644 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -458,7 +458,7 @@ sig type state = | InfoNoState | InfoRunning | InfoBlocked | InfoPaused - | InfoShutdown | InfoShutoff | InfoCrashed + | InfoShutdown | InfoShutoff | InfoCrashed | InfoPMSuspended type info = { state : state; (** running state *) @@ -1149,7 +1149,7 @@ sig type 'rw t (** Storage pool handle. *) - type pool_state = Inactive | Building | Running | Degraded + type pool_state = Inactive | Building | Running | Degraded | Inaccessible (** State of the storage pool. *) type pool_build_flags = New | Repair | Resize @@ -1228,7 +1228,7 @@ sig type 'rw t (** Storage volume handle. *) - type vol_type = File | Block + type vol_type = File | Block | Dir | Network | NetDir | Ploop (** Type of a storage volume. *) type vol_delete_flags = Normal | Zeroed