Commit 5c737ff5 authored by Dominik Charousset's avatar Dominik Charousset

Make actor namespace of BASP broker accessible

parent 175ba34a
......@@ -74,6 +74,10 @@ class basp_broker : public broker, public actor_namespace::backend {
void init_client(connection_handle hdl, client_handshake_data* data);
inline actor_namespace& get_namespace() {
return m_namespace;
}
private:
void erase_proxy(const id_type& nid, actor_id aid);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment