Set the DiskFile pointer which the WriteRange belongs to. Can only be called when the write is not in flight (i.e. before AddWriteRange() is called or after the write callback was called).
| 669 | /// Can only be called when the write is not in flight (i.e. before AddWriteRange() |
| 670 | /// is called or after the write callback was called). |
| 671 | void SetDiskFile(DiskFile* disk_file) { disk_file_ = disk_file; } |
| 672 | |
| 673 | /// Set the IO context to this WriteRange. |
| 674 | /// Can only be called when the write is not in flight (i.e. before AddWriteRange() |
no outgoing calls