| 640 | m_greatest_common_version = greatest_common_version; |
| 641 | } |
| 642 | int GetCommonVersion() const |
| 643 | { |
| 644 | return m_greatest_common_version; |
| 645 | } |
| 646 | |
| 647 | CService GetAddrLocal() const LOCKS_EXCLUDED(m_addr_local_mutex); |
| 648 | //! May not be called more than once |
no outgoing calls