Complete implementation of storage API.
[virt-top.git] / libvirt / libvirt.ml
index 0405d74..d01db2f 100644 (file)
@@ -230,6 +230,7 @@ struct
   type 'rw t
   type pool_state = Inactive | Active
   type pool_info = {
+    state : pool_state;
     capacity : int64;
     allocation : int64;
   }