Revision 608efcce Ganeti/HTools/Types.hs

b/Ganeti/HTools/Types.hs
5 5
module Ganeti.HTools.Types
6 6
    where
7 7

  
8
-- | The instance index type
9
type Idx = Int
10

  
11
-- | The node index type
12
type Ndx = Int
13

  
8 14
-- | The type used to hold idx-to-name mappings
9 15
type NameList = [(Int, String)]
10 16

  

Also available in: Unified diff