mufs: rename tree base to root
This commit is contained in:
parent
a88a33ef01
commit
0c284d1ba7
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
struct mufs_tree {
|
||||
uint32_t base;
|
||||
uint32_t root;
|
||||
uint8_t depth;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue