summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/udp_server_endpoint_impl.hpp
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2015-12-09 14:50:34 +0100
committerDirk Huss <dirk_huss@mentor.com>2015-12-09 14:50:34 +0100
commit2b7442a4c2452f8f3bd9e0f09f829478256d39af (patch)
treee857c964b2a0a5d7e539efa00d17e6dccec5990a /implementation/endpoints/include/udp_server_endpoint_impl.hpp
parent78be04b467566633318a277ccd2d968c1c4e46bf (diff)
downloadvSomeIP-2b7442a4c2452f8f3bd9e0f09f829478256d39af.tar.gz
vSomeIP 2.0.12.0.1
Diffstat (limited to 'implementation/endpoints/include/udp_server_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/udp_server_endpoint_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/endpoints/include/udp_server_endpoint_impl.hpp b/implementation/endpoints/include/udp_server_endpoint_impl.hpp
index d7e2b62..c03a7b4 100644
--- a/implementation/endpoints/include/udp_server_endpoint_impl.hpp
+++ b/implementation/endpoints/include/udp_server_endpoint_impl.hpp
@@ -36,6 +36,7 @@ public:
void send_queued(queue_iterator_type _queue_iterator);
endpoint_type get_remote() const;
+ bool get_remote_address(boost::asio::ip::address &_address) const;
bool get_multicast(service_t _service, event_t _event,
endpoint_type &_target) const;