Revision 040afc35 Ganeti/HTools/Instance.hs

b/Ganeti/HTools/Instance.hs
17 17
                                            -- book-keeping
18 18
                         } deriving (Show)
19 19

  
20
-- | A simple name for the int, instance association list
21
type AssocList = [(Int, Instance)]
22

  
20 23
create :: Int -> Int -> String -> Int -> Int -> Instance
21 24
create mem_init dsk_init run_init pn sn =
22 25
    Instance {

Also available in: Unified diff