diff options
Diffstat (limited to 'src/hos_hash.h')
| -rw-r--r-- | src/hos_hash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hos_hash.h b/src/hos_hash.h index c23e3d51..81208f3f 100644 --- a/src/hos_hash.h +++ b/src/hos_hash.h @@ -27,6 +27,9 @@ typedef struct hos_fd_context_s int fd_status; #define HOS_FD_REGISTER 0 #define HOS_FD_INJECT 1 + bool reslut; /*PutObjectAsync result*/ + const char *error; /*PutObjectAsync error message*/ + UT_hash_handle hh; }hos_fd_context_t; |
