summaryrefslogtreecommitdiff
path: root/src/hos_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hos_client.h')
-rw-r--r--src/hos_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hos_client.h b/src/hos_client.h
index 7e3b048a..4b2c13c3 100644
--- a/src/hos_client.h
+++ b/src/hos_client.h
@@ -10,6 +10,7 @@ struct hos_instance_s;
typedef struct hos_instance_s *hos_instance;
#define HOS_CLIENT_OK 0
+#define HOS_IN_CACHE 0xFF
/* fd mode */
#define FILE_MODE 0x00
@@ -30,6 +31,7 @@ enum hoserrors
HOS_INSTANCE_NOT_INIT = -9,
HOS_INSTANCE_NOT_ENABLE = -10,
HOS_FD_OVER_POSITION = -11,
+ HOS_FD_CLOSE_BUT_SEND_FAILED = -12,
};
/* s3 的错误码 */