cleanup mscp_prepare-related code

This commit is contained in:
Ryo Nakamura
2023-03-14 00:11:13 +09:00
parent 5f9f20f150
commit 9b0eb668f9
3 changed files with 25 additions and 28 deletions

View File

@@ -83,6 +83,7 @@ struct path_resolve_args {
int nr_conn;
size_t min_chunk_sz;
size_t max_chunk_sz;
size_t chunk_align;
};
/* recursivly walk through src_path and fill path_list for each file */