aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/quota.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/xenstored/quota.ml')
-rw-r--r--tools/ocaml/xenstored/quota.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/xenstored/quota.ml b/tools/ocaml/xenstored/quota.ml
index 4091e40d62..56bbf0b496 100644
--- a/tools/ocaml/xenstored/quota.ml
+++ b/tools/ocaml/xenstored/quota.ml
@@ -26,7 +26,7 @@ let maxsize = ref (4096)
type t = {
maxent: int; (* max entities per domU *)
maxsize: int; (* max size of data store in one node *)
- cur: (Xc.domid, int) Hashtbl.t; (* current domains quota *)
+ cur: (Xenctrl.domid, int) Hashtbl.t; (* current domains quota *)
}
let to_string quota domid =