diff options
| author | pengxuanzheng <[email protected]> | 2021-10-13 18:46:17 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2021-10-13 18:46:17 +0800 |
| commit | 0210e679f4dca5dd7942c1271f3f0115eb713395 (patch) | |
| tree | 8e9559b44aceb1ddc97c1add4023a95f35a7d182 /src/hos_common.h | |
| parent | 20bc7e176c7e2ae247183d087c2c476e29a570a6 (diff) | |
🦄 refactor(TSG-7599): fd 保存thread_id
Diffstat (limited to 'src/hos_common.h')
| -rw-r--r-- | src/hos_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hos_common.h b/src/hos_common.h index ec4a8467..f4829919 100644 --- a/src/hos_common.h +++ b/src/hos_common.h @@ -136,6 +136,7 @@ typedef struct hos_fd_context_s bool reslut; /*PutObjectAsync result*/ const char *error; /*PutObjectAsync error message*/ size_t errorcode; + size_t thread_id; }hos_fd_context_t; |
