pub fn read_dirty_bitmap(
path: &Path,
bitmap_name: &str,
) -> Result<Vec<DirtyRange>>Expand description
Read a specific dirty bitmap and return the list of dirty regions.
Returns dirty regions as Vec<DirtyRange> compatible with copy_delta().