summaryrefslogtreecommitdiff
path: root/src/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network.h')
-rw-r--r--src/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network.h b/src/network.h
index 6ebd60c..fe7d7b4 100644
--- a/src/network.h
+++ b/src/network.h
@@ -158,6 +158,7 @@ struct Server::Priv : enable_shared_from_this<Server::Priv>
bool finish = false;
Identity self;
+ Bhv<LocalState> localState;
WatchedHead<LocalState> localHead;
vector<unique_ptr<Service>> services;