Revision cdac0552 src/Ganeti/ConstantUtils.hs

b/src/Ganeti/ConstantUtils.hs
109 109
buildVersion major minor revision =
110 110
  1000000 * major + 10000 * minor + 1 * revision
111 111

  
112
-- | Confd protocol version
113
--
114
-- This is defined here in order to avoid a circular dependency
115
-- between 'Ganeti.Confd.Types' and 'Ganeti.HsConstants'.
116
confdProtocolVersion :: Int
117
confdProtocolVersion = 1
118

  
112 119
-- * Confd request query fields.
113 120
--
114 121
-- These are defined here and not in 'Ganeti.Types' due to GHC stage

Also available in: Unified diff