X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fmeasure.h;h=9bf848b33ec9eab330e47ef669b4f985318184c1;hp=f95ce51e2085093d3456d4fbc3eebb39e58fc4f5;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=af47d522aa7957879bd87a44a416bb25544ed9f5 diff --git a/src/lib/measure.h b/src/lib/measure.h index f95ce51..9bf848b 100644 --- a/src/lib/measure.h +++ b/src/lib/measure.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2016 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; };