update src/common/transfer.h.

Signed-off-by: liupeng298 <liupeng298@huawei.com>
This commit is contained in:
liupeng298 2024-09-24 08:26:00 +00:00 committed by Gitee
parent 3ef6a58ced
commit d6aac115b1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -97,6 +97,7 @@ protected:
uv_loop_t *loop;
uv_fs_t fsOpenReq;
uv_fs_t fsCloseReq;
uv_fs_t fsSyncReq;
uv_fs_cb cb;
vector<string> taskQueue; // save file list if directory send mode
TransferConfig transferConfig; // Used for network IO configuration initialization