Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: remoting/protocol/transport.h

Issue 9727005: Log connection type to syslogs and to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/transport.h
diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h
index e892404e5d0f71f5522a8d3a6b16429bcebf1226..df5811430f7bfbf6e0f3503797bf227f378a5de6 100644
--- a/remoting/protocol/transport.h
+++ b/remoting/protocol/transport.h
@@ -52,6 +52,11 @@ struct TransportRoute {
RELAY,
};
+ TransportRoute();
+ ~TransportRoute();
+
+ std::string GetTypeString() const;
simonmorris 2012/03/19 22:17:05 Could this expose a RouteType, instead of a string
Sergey Ulanov 2012/03/19 23:21:03 This is a struct and the type field is public. Thi
+
RouteType type;
net::IPEndPoint remote_address;
net::IPEndPoint local_address;

Powered by Google App Engine
This is Rietveld 408576698