X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fpsensor.h;h=11805f996e1ae2fffae20cc381ba19f65689cf07;hb=9f2b7eb5cd9f86d72f63a3956a6088e6f0319070;hp=56b349fc1f8721c92a91f28c7a69dc5586fb2eac;hpb=b1404f67d0c1f9e653481fef9e3721dd60263395;p=psensor.git diff --git a/src/lib/psensor.h b/src/lib/psensor.h index 56b349f..11805f9 100644 --- a/src/lib/psensor.h +++ b/src/lib/psensor.h @@ -80,11 +80,11 @@ struct psensor { /* see psensor_type */ unsigned int type; - /* The maximum detected value of the sensor */ - double max; + /* The highest value detected during this session. */ + double sess_highest; - /* The minimum detected value of the sensor */ - double min; + /* The lowest value detected during this session. */ + double sess_lowest; int alarm_high_threshold; int alarm_low_threshold;