Revision e8b46463

b/src/Ganeti/DataCollectors/InstStatus.hs
32 32
  , dcFormatVersion
33 33
  , dcCategory
34 34
  , dcKind
35
  , dcReport
35 36
  ) where
36 37

  
37 38

  
......
78 79
dcKind :: DCKind
79 80
dcKind = DCKStatus
80 81

  
82
-- | The report of this data collector.
83
dcReport :: IO DCReport
84
dcReport = buildInstStatusReport Nothing Nothing
85

  
81 86
-- * Command line options
82 87

  
83 88
options :: IO [OptType]

Also available in: Unified diff