add comment explaining mtree_traits
This commit is contained in:
parent
cc44652cc3
commit
f581f34be8
@ -54,6 +54,9 @@ namespace thin_provisioning {
|
||||
transaction_manager::ptr tm_;
|
||||
};
|
||||
|
||||
// This value type is itself a tree containing mappings.
|
||||
// Used when manipulating the top level of the mapping
|
||||
// tree.
|
||||
struct mtree_traits {
|
||||
typedef base::le64 disk_type;
|
||||
typedef uint64_t value_type;
|
||||
|
Loading…
Reference in New Issue
Block a user