state server
Change-Id: Ie9365d7c7c62da8c3ef51088364c8af08751cfba
diff --git a/src/dispatcher.hpp b/src/dispatcher.hpp
index dcc73e4..45d6718 100644
--- a/src/dispatcher.hpp
+++ b/src/dispatcher.hpp
@@ -25,6 +25,7 @@
#include "action-log.hpp"
#include "content-server.hpp"
+#include "state-server.hpp"
#include "fetch-manager.hpp"
#include "object-db.hpp"
#include "object-manager.hpp"
@@ -216,7 +217,7 @@
std::string m_sharedFolder;
unique_ptr<ContentServer> m_server;
- //unique_ptr<StateServer> m_stateServer;
+ unique_ptr<StateServer> m_stateServer;
bool m_enablePrefixDiscovery;
FetchManagerPtr m_actionFetcher;