add instanceSnapshot()

This commit is contained in:
Michael Davidsaver
2020-03-24 17:41:46 -07:00
parent d064afb5bb
commit edadc31f96
14 changed files with 162 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ struct InfoOp : public OperationBase
Done,
} state = Connecting;
INST_COUNTER(InfoOp);
explicit InfoOp(const std::shared_ptr<Channel>& chan)
:OperationBase(Info, chan)
{}