dispatch.hh (fstransform-0.9.3-src) | : | dispatch.hh (fstransform-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
/** | /** | |||
* instantiate and run fr_work<T>::main(...) | * instantiate and run fr_work<T>::main(...) | |||
* with the smallest T that can represent device blocks count. | * with the smallest T that can represent device blocks count. | |||
* return 0 if success, else error. | * return 0 if success, else error. | |||
* | * | |||
* implementation: iterates on all configured T and, | * implementation: iterates on all configured T and, | |||
* if both fr_work<T>::check(..) and fr_work<T>::init(..) succeed, | * if both fr_work<T>::check(..) and fr_work<T>::init(..) succeed, | |||
* calls ff_work<T>::run(), then ff_work<T>::cleanup() | * calls ff_work<T>::run(), then ff_work<T>::cleanup() | |||
*/ | */ | |||
static int main(fr_vector<ft_uoff> & loop_file_extents, | static int main(fr_vector<ft_uoff> & loop_file_extents, | |||
fr_vector<ft_uoff> & free_space_extents, FT_IO_NS fr_io & io | fr_vector<ft_uoff> & free_space_extents, | |||
); | fr_vector<ft_uoff> & to_zero_extents, | |||
FT_IO_NS fr_io & io); | ||||
}; | }; | |||
FT_NAMESPACE_END | FT_NAMESPACE_END | |||
#endif /* FSREMAP_WORK_BASE_HH */ | #endif /* FSREMAP_WORK_BASE_HH */ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |