X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/be7cf844f59fa483423724e8e4b5e663e5b88ddd..16e7c282c6fcec8189425bd15ec9e8a4a0ee857d:/config.h diff --git a/config.h b/config.h index dc06b8a..73940a0 100644 --- a/config.h +++ b/config.h @@ -27,9 +27,9 @@ class config : public paxos_change { bool remove(const string &, lock &cfg_mutex_lock); void reconstruct(lock &cfg_mutex_lock); typedef enum { - OK, // response and same view # - VIEWERR, // response but different view # - FAILURE, // no response + OK, // response and same view # + VIEWERR, // response but different view # + FAILURE, // no response } heartbeat_t; heartbeat_t doheartbeat(const string &m, lock &cfg_mutex_lock); public: