mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename track -> cylinder in lots of places.
This commit is contained in:
@@ -56,14 +56,14 @@ public:
|
||||
|
||||
void flushChanges() override
|
||||
{
|
||||
std::vector<TrackHead> locations;
|
||||
std::vector<CylinderHead> locations;
|
||||
|
||||
for (const auto& trackid : _changedTracks)
|
||||
{
|
||||
unsigned track = trackid.first;
|
||||
unsigned side = trackid.second;
|
||||
auto trackLayout = Layout::getLayoutOfTrack(track, side);
|
||||
locations.push_back(TrackHead{
|
||||
locations.push_back(CylinderHead{
|
||||
trackLayout->physicalTrack, trackLayout->physicalSide});
|
||||
|
||||
/* If we don't have all the sectors of this track, we may need to
|
||||
|
||||
Reference in New Issue
Block a user