| 4960 | } |
| 4961 | |
| 4962 | node_id_t node_impl::get_node_id() const |
| 4963 | { |
| 4964 | VERIFY_CORRECT_THREAD(); |
| 4965 | return _node_id; |
| 4966 | } |
| 4967 | void node_impl::set_allowed_peers(const std::vector<node_id_t>& allowed_peers) |
| 4968 | { |
| 4969 | VERIFY_CORRECT_THREAD(); |
no outgoing calls