增加定时器,解决Pull元信息无响应时陷入停顿状态(valgrind)

This commit is contained in:
linuxrc@163.com
2021-08-26 17:23:39 +08:00
parent 39a4172bd7
commit bc525d48e4
4 changed files with 19 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ struct doris_confile_ctx
{
struct doris_http_ctx *httpctx;
char server[64];
struct event timer_expires;
MD5_CTX md5ctx;
long res_code;