device_tree

This commit is contained in:
Joe Thornber
2013-05-20 16:09:13 +01:00
parent 1ee8afd814
commit fcb617f858
11 changed files with 122 additions and 129 deletions

View File

@@ -130,7 +130,7 @@ namespace {
bool device_exists(thin_dev_t dev) const {
uint64_t key[1] = {dev};
detail_tree::maybe_value v = md_->details_->lookup(key);
device_tree::maybe_value v = md_->details_->lookup(key);
return v;
}