curl操作加入超时限制
This commit is contained in:
1
cache/src/tango_cache_client_in.h
vendored
1
cache/src/tango_cache_client_in.h
vendored
@@ -158,7 +158,6 @@ void easy_string_destroy(struct easy_string *estr);
|
||||
|
||||
void tango_cache_ctx_destroy(struct tango_cache_ctx *ctx, bool callback=true);
|
||||
void tango_cache_set_fail_state(struct tango_cache_ctx *ctx, enum CACHE_ERR_CODE error_code);
|
||||
const char *tango_cache_errcode2str(enum CACHE_ERR_CODE err_code);
|
||||
const char *tango_cache_get_errstring(const struct tango_cache_ctx *ctx);
|
||||
|
||||
struct tango_cache_ctx *tango_cache_update_prepare(struct tango_cache_instance *instance, struct future* f, struct tango_cache_meta_put *meta);
|
||||
|
||||
Reference in New Issue
Block a user