mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user