fix(xapi-object-to-xo): correctly set host memory size

This commit is contained in:
Julien Fontanet 2016-05-16 11:50:01 +02:00
parent a4c309efe8
commit 5bec3d7dcd

View File

@ -126,6 +126,9 @@ const TRANSFORMS = {
return {
usage: 0,
size: 0,
// Deprecated
total: 0
}
})(),