mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename cylinder to track throughout (mostly).
This commit is contained in:
@@ -72,7 +72,7 @@ std::shared_ptr<const TrackDataFlux> AbstractDecoder::decodeToSectors(
|
||||
auto newSector = [&] {
|
||||
_sector = std::make_shared<Sector>();
|
||||
_sector->status = Sector::MISSING;
|
||||
_sector->physicalCylinder = location.physicalCylinder;
|
||||
_sector->physicalTrack = location.physicalTrack;
|
||||
_sector->physicalHead = location.head;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user