From ea2a5c6e6756ec228d87c787e80c4921b1ca763e Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 15 Jun 2017 15:40:09 -0700 Subject: x300: Added location info to FW ctrl error messages --- host/lib/transport/udp_simple.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/lib/transport/udp_simple.cpp') diff --git a/host/lib/transport/udp_simple.cpp b/host/lib/transport/udp_simple.cpp index 9fe285376..75862d1a9 100644 --- a/host/lib/transport/udp_simple.cpp +++ b/host/lib/transport/udp_simple.cpp @@ -64,6 +64,10 @@ public: return _recv_endpoint.address().to_string(); } + std::string get_send_addr(void){ + return _send_endpoint.address().to_string(); + } + private: bool _connected; asio::io_service _io_service; -- cgit v1.2.3