Skip to content
Snippets Groups Projects
Commit 85981e4b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Cleanup

parent f7ba751d
Branches
No related merge requests found
...@@ -292,9 +292,9 @@ private: ...@@ -292,9 +292,9 @@ private:
// common buffer used to store packet data before sending // common buffer used to store packet data before sending
Buffer sendbuf_; Buffer sendbuf_;
// nstreams_done_ is the number of streams opened. // nstreams_done_ is the number of streams opened.
uint64_t nstreams_done_; size_t nstreams_done_;
// nstreams_closed_ is the number of streams get closed. // nstreams_closed_ is the number of streams get closed.
uint64_t nstreams_closed_; size_t nstreams_closed_;
// nkey_update_ is the number of key update occurred. // nkey_update_ is the number of key update occurred.
size_t nkey_update_; size_t nkey_update_;
uint32_t version_; uint32_t version_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment