Fix bugs in cluster_client

This commit is contained in:
Vitaliy Filippov
2020-06-16 00:08:45 +03:00
parent 64afec03ec
commit 27ee14a4e6
3 changed files with 99 additions and 65 deletions
+1
View File
@@ -64,6 +64,7 @@ class cluster_client_t
uint64_t op_id = 1;
etcd_state_client_t st_cli;
osd_messenger_t msgr;
ring_consumer_t consumer;
// operations currently in progress
std::set<cluster_op_t*> cur_ops;
int retry_timeout_id = 0;