X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/24bebc0ecf83446c7371eff69042322aab34976a..e478ac59e66e89cbc174e781ac715c8644539947:/rsm.h diff --git a/rsm.h b/rsm.h index 18ac8af..ef919ff 100644 --- a/rsm.h +++ b/rsm.h @@ -22,12 +22,12 @@ class rsm : public config_view_change { protected: map procs; config *cfg; - class rsm_state_transfer *stf; + rsm_state_transfer *stf = nullptr; rpcs *rsmrpc; // On slave: expected viewstamp of next invoke request // On primary: viewstamp for the next request from rsm_client - viewstamp myvs; - viewstamp last_myvs; // Viewstamp of the last executed request + viewstamp last_myvs{0, 0}; // Viewstamp of the last executed request + viewstamp myvs{0, 1}; string primary; bool insync; bool inviewchange;