Module Qcow_cluster_map.Move
type t={src : Qcow_types.Cluster.t;dst : Qcow_types.Cluster.t;}An instruction to move the contents from cluster
srcto clusterdst
val to_string : t -> string
Qcow_cluster_map.Movetype t = {src : Qcow_types.Cluster.t; |
dst : Qcow_types.Cluster.t; |
}An instruction to move the contents from cluster src to cluster dst
val to_string : t -> string