Imported Upstream version 0.8.0.4
[psensor-pkg-debian.git] / src / lib / measure.h
index f95ce51..16181ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
 #define UNKNOWN_DBL_VALUE DBL_MIN
 
 struct measure {
-       union value {
-               double d_num;
-               uint64_t ui64_num;
-       } value;
+       double value;
 
        struct timeval time;
 };