rename range<> -> run<>

This commit is contained in:
Joe Thornber
2013-05-28 12:20:05 +01:00
parent 83d6b609eb
commit e64dda95f6
11 changed files with 83 additions and 81 deletions

View File

@@ -16,7 +16,7 @@ namespace thin_provisioning {
// iv) get the rmaps with get_rmap();
class rmap_visitor {
public:
typedef range<block_address> region;
typedef run<block_address> region;
rmap_visitor();