| Index: dm-bht.h
|
| diff --git a/dm-bht.h b/dm-bht.h
|
| index a6528d30ee22e1891ccaf03f04650fbbd4d8ef83..c75ff91a54e158193914c7b9fdf8cb3030929a74 100644
|
| --- a/dm-bht.h
|
| +++ b/dm-bht.h
|
| @@ -129,6 +129,7 @@ int dm_bht_set_root_hexdigest(struct dm_bht *bht, const u8 *hexdigest);
|
| int dm_bht_root_hexdigest(struct dm_bht *bht, u8 *hexdigest, int available);
|
|
|
| /* Functions for loading in data from disk for verification */
|
| +bool dm_bht_is_populated(struct dm_bht *bht, unsigned int block_index);
|
| int dm_bht_populate(struct dm_bht *bht, void *read_cb_ctx,
|
| unsigned int block_index);
|
| int dm_bht_verify_block(struct dm_bht *bht, unsigned int block_index,
|
|
|