diff options
Diffstat (limited to 'net/udp/udp_socket_win.h')
-rw-r--r-- | net/udp/udp_socket_win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h index 01d5855..2dc818a 100644 --- a/net/udp/udp_socket_win.h +++ b/net/udp/udp_socket_win.h @@ -99,6 +99,8 @@ class UDPSocketWin : public base::NonThreadSafe { // Returns true if the socket is already connected or bound. bool is_connected() const { return socket_ != INVALID_SOCKET; } + const BoundNetLog& NetLog() const { return net_log_; } + private: class ReadDelegate : public base::win::ObjectWatcher::Delegate { public: |