summaryrefslogtreecommitdiff
path: root/lib/sensors.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-09-23 17:48:57 +0000
committerJean Delvare <khali@linux-fr.org>2007-09-23 17:48:57 +0000
commit55a29cc2cefd2ba4cd88d994d0aa9f345c98bb1f (patch)
treeca8df518b50906651eb56a16756ebe1aeeec15a6 /lib/sensors.h
parentd1b374cc38507a6f1ed3e3310c92507165d59e83 (diff)
downloadlm-sensors-git-55a29cc2cefd2ba4cd88d994d0aa9f345c98bb1f.tar.gz
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
Diffstat (limited to 'lib/sensors.h')
-rw-r--r--lib/sensors.h2
1 files changed, 2 insertions, 0 deletions
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: