X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fmeasure.h;h=c9cdb648039a866f7c6b5c0204ba0f4debc19265;hp=f95ce51e2085093d3456d4fbc3eebb39e58fc4f5;hb=48da1ac5531838d157762882ee455cec4da05728;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/lib/measure.h b/src/lib/measure.h index f95ce51..c9cdb64 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-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; };