mufs: rename tree base to root

This commit is contained in:
S.J.R. van Schaik 2017-05-29 14:06:34 +02:00
parent a88a33ef01
commit 0c284d1ba7
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#pragma once
struct mufs_tree {
uint32_t base;
uint32_t root;
uint8_t depth;
};