X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5a5c578e2e358a121cdb9234a6cb11c4ecfbf323..5bb7eb131773abd9e642f83629528b4c4e706b2e:/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: