mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Rename uvldbentry spare1 to matchindex
In the nvldbentry structure 'spare1' was renamed to 'matchindex'. Do the same for uvldbentry as that is what the field is used for. Change-Id: I2d1200b1044f6ae9b4523eb603a21b0484b046c7 Reviewed-on: http://gerrit.openafs.org/1741 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
ea44842df8
commit
507b08a696
@ -142,7 +142,7 @@ struct uvldbentry {
|
||||
afs_uint32 volumeId[MAXTYPES]; /* Corresponding volume of each type */
|
||||
afs_uint32 cloneId; /* Used during cloning */
|
||||
afs_int32 flags; /* General flags */
|
||||
afs_int32 spares1; /* The server index we matched */
|
||||
afs_int32 matchindex; /* The server index we matched */
|
||||
afs_int32 spares2;
|
||||
afs_int32 spares3;
|
||||
afs_int32 spares4;
|
||||
|
Loading…
Reference in New Issue
Block a user