Move filesystem_track_ordering from ImageReaderProto/ImageWriterProto to

ImgInputOutputProto; it now only applies to img files. Make it honour the
appropriate track layout setting too.
This commit is contained in:
David Given
2024-11-29 22:30:33 +01:00
parent 2bda78fb40
commit 0fcb2075e0
13 changed files with 51 additions and 84 deletions

View File

@@ -67,12 +67,8 @@ message ImdOutputProto
message ImageWriterProto
{
optional string filename = 1 [ (help) = "filename of output sector image" ];
optional bool filesystem_track_order = 10 [
(help) = "read/write sector image in filesystem order",
default = false
];
optional ImageReaderWriterType type = 11
optional ImageReaderWriterType type = 10
[ default = IMAGETYPE_NOT_SET, (help) = "image writer type" ];
optional ImgInputOutputProto img = 2;