X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmeasure.h;h=c9cdb648039a866f7c6b5c0204ba0f4debc19265;hb=f3b05dae619a7909bd7422b3a82422c9442aa114;hp=0d8c7f92765b1ecd5cebd55913a26d29a8e829f3;hpb=45c8086f97097df36ba8cd0552f152be80f79b12;p=psensor.git diff --git a/src/lib/measure.h b/src/lib/measure.h index 0d8c7f9..c9cdb64 100644 --- a/src/lib/measure.h +++ b/src/lib/measure.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 jeanfi@gmail.com + * Copyright (C) 2010-2014 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 @@ -26,10 +26,7 @@ #define UNKNOWN_DBL_VALUE DBL_MIN struct measure { - union value { - double d_num; - uint64_t ui64_num; - } value; + double value; struct timeval time; };