Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Sep 18, 2023
1 parent 152d923 commit 36dccd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/homestore/blk.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ struct blk_alloc_hints {

blk_temp_t desired_temp; // Temperature hint for the device
uint32_t dev_id_hint; // which physical device to pick (hint if any) -1 for don't care
uint32_t chunk_id_hint; // which chunk to pick (hint if any) -1 for don't care
bool can_look_for_other_chunk; // If alloc on device not available can I pick other device
bool is_contiguous;
uint32_t multiplier; // blks allocated in a blkid should be a multiple of multiplier
Expand Down

0 comments on commit 36dccd9

Please sign in to comment.