Show
Ignore:
Timestamp:
09/05/07 10:13:15 (6 years ago)
Author:
khali
Message:

Rename sensors_feature_data.mode to flags, as we plan to use it to
store non-mode flags soon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3

    r4733 r4757  
    116116  int compute_mapping; 
    117117.br 
    118   int mode; 
     118  unsigned int flags; 
    119119.br 
    120120} sensors_feature_data;\fP 
    121121.br 
    122 The mode field is a bitfield, its value is a combination of 
     122The flags field is a bitfield, its value is a combination of 
    123123SENSORS_MODE_R (readable) and SENSORS_MODE_W (writable). 
    124124