change thread_list to thread_pool

This commit is contained in:
Ryo Nakamura
2024-02-10 22:34:03 +09:00
parent bfc955a9a7
commit d6f437bcb1
4 changed files with 39 additions and 46 deletions

View File

@@ -92,7 +92,6 @@ struct mscp_ssh_opts {
struct mscp_stats {
size_t total; /** total bytes to be transferred */
size_t done; /** total bytes transferred */
bool finished; /** true when all copy threads finished */
};