io_self_test.hh (fstransform-0.9.3-src) | : | io_self_test.hh (fstransform-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
* return 0 for success, else error (and vectors contents will be UNDEFINED) . | * return 0 for success, else error (and vectors contents will be UNDEFINED) . | |||
* | * | |||
* if success, also returns in ret_effective_block_size_log2 the log2() | * if success, also returns in ret_effective_block_size_log2 the log2() | |||
* of device effective block size. | * of device effective block size. | |||
* | * | |||
* implementation: fill loop_file_extents and free_space_extents | * implementation: fill loop_file_extents and free_space_extents | |||
* with random (but consistent) data. | * with random (but consistent) data. | |||
*/ | */ | |||
virtual int read_extents(fr_vector<ft_uoff> & loop_file_extents, | virtual int read_extents(fr_vector<ft_uoff> & loop_file_extents, | |||
fr_vector<ft_uoff> & free_space_extents, | fr_vector<ft_uoff> & free_space_extents, | |||
fr_vector<ft_uoff> & to_zero_extents, | ||||
ft_uoff & ret_block_size_bitmask); | ft_uoff & ret_block_size_bitmask); | |||
public: | public: | |||
/** constructor */ | /** constructor */ | |||
fr_io_self_test(fr_persist & persist); | fr_io_self_test(fr_persist & persist); | |||
/** destructor. calls close() */ | /** destructor. calls close() */ | |||
virtual ~fr_io_self_test(); | virtual ~fr_io_self_test(); | |||
/** check for consistency and prepare for read_extents() */ | /** check for consistency and prepare for read_extents() */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |