diff options
Diffstat (limited to 'include/erebos/network.h')
-rw-r--r-- | include/erebos/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/erebos/network.h b/include/erebos/network.h index 5a1fca6..f2ae191 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -17,6 +17,7 @@ public: ~Server(); const Head<LocalState> & localHead() const; + const Bhv<LocalState> & localState() const; const Identity & identity() const; template<class S> S & svc(); |