Revision 030ab01a src/Ganeti/Rpc.hs

b/src/Ganeti/Rpc.hs
337 337
-- | NodeInfo
338 338
-- Return node information.
339 339
$(buildObject "RpcCallNodeInfo" "rpcCallNodeInfo"
340
  [ simpleField "storage_units" [t| [ (StorageType,String) ] |]
341
  , simpleField "hypervisors" [t| [Hypervisor] |]
340
  [ simpleField "storage_units" [t| [ (StorageType, String) ] |]
341
  , simpleField "hypervisors" [t| [ (Hypervisor, HvParams) ] |]
342 342
  , simpleField "exclusive_storage" [t| Map.Map String Bool |]
343 343
  ])
344 344

  

Also available in: Unified diff