-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MultiBlkId for all vdev and services to avoid caller to use std::vect…
…or (#166) * All services exposes default std::vector< BlkId > for allocating and writing blocks. This open ended structure has difficulty for upper layers to serialize. Hence introducing MultiBlkId which has tigther structure so upper layers can serialize and use in-place of BlkId. Existing BlkId can still be used and some services also provide backward compatibile std::vector< BlkId >
- Loading branch information
Showing
43 changed files
with
2,078 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.