Renamed a method that isn't part of the public interface of unmarshall
[invirt/third/libt4.git] / config.h
index dc06b8a..73940a0 100644 (file)
--- 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: