From 55a29cc2cefd2ba4cd88d994d0aa9f345c98bb1f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 23 Sep 2007 17:48:57 +0000 Subject: [PATCH] Reserve some room in struct sensors_feature for future extension. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4859 7894878c-1315-0410-8ee3-d5d059ff63e0 --- lib/sensors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sensors.h b/lib/sensors.h index 5472fd1e..fad3f367 100644 --- a/lib/sensors.h +++ b/lib/sensors.h @@ -178,7 +178,9 @@ struct sensors_feature { char *name; int number; sensors_feature_type type; + /* Members below are for libsensors internal use only */ int first_subfeature; + int padding1; }; /* Data about a single chip subfeature: