]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
comment on constants on mlvm/constants.ml
authorMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
committerMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
Signed-off-by: Matthias Goergens <matthias.goergens@citrix.com>
mlvm/constants.ml

index fbcea8c859716105030581bececdb87b634bebed..50007b90fd03b9f5187860d1934928861d870d54 100644 (file)
@@ -23,6 +23,7 @@ let redo_log_lv_name = "mlvm_redo_log"
 let mib = Int64.mul 1024L 1024L
 let tib = Int64.mul mib mib
 
+(* Ahem, mutable constants? *)
 let dummy_mode = ref false 
 let dummy_base = ref "/tmp"
 let mapper_name = ref "mapper"