rename some parameters
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user