[yellowstone] Add a way to retrieve to denali client from yellowstone
This commit is contained in:
parent
b83385dfa6
commit
29d9923f5a
10 changed files with 99 additions and 7 deletions
|
|
@ -10,6 +10,9 @@ class GptReader {
|
|||
|
||||
glcr::ErrorCode ParsePartitionTables();
|
||||
|
||||
uint64_t GetPrimaryPartitionLba() { return primary_partition_lba_; }
|
||||
|
||||
private:
|
||||
glcr::UniquePtr<DenaliClient> denali_;
|
||||
uint64_t primary_partition_lba_;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue