diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-14 00:11:13 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-14 00:11:13 +0900 |
commit | 9b0eb668f92c5d90447475df8845344d166fa36c (patch) | |
tree | 4224254eb1440c28474d9673630011a454dd809d /src/path.h | |
parent | 5f9f20f15006fab8065780eda52f32f14bb3935c (diff) |
cleanup mscp_prepare-related code
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |