Revision 91c1a265 src/Ganeti/Query/Types.hs

b/src/Ganeti/Query/Types.hs
7 7

  
8 8
{-
9 9

  
10
Copyright (C) 2012 Google Inc.
10
Copyright (C) 2012, 2013 Google Inc.
11 11

  
12 12
This program is free software; you can redistribute it and/or modify
13 13
it under the terms of the GNU General Public License as published by
......
56 56
-- don't use OR-able values.
57 57
data QffMode = QffNormal     -- ^ Value is used as-is in filters
58 58
             | QffTimestamp  -- ^ Value is a timestamp tuple, convert to float
59
             | QffHostname   -- ^ Value is a hostname, compare it smartly
59 60
               deriving (Show, Eq)
60 61

  
61 62

  

Also available in: Unified diff