rename some parameters

This commit is contained in:
Joe Thornber
2013-03-15 14:59:32 +00:00
parent 2ed1648896
commit 907dc34499

View File

@@ -125,8 +125,8 @@ namespace thin_provisioning {
typedef superblock value_type; typedef superblock value_type;
typedef no_op_ref_counter<superblock> ref_counter; typedef no_op_ref_counter<superblock> ref_counter;
static void unpack(superblock_disk const &disk, superblock &value); static void unpack(superblock_disk const &disk, superblock &core);
static void pack(superblock const &value, superblock_disk &disk); static void pack(superblock const &core, superblock_disk &disk);
}; };
} }