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

Unified Diff: webrtc/base/basictypes.h

Issue 1556743002: Bind a socket to a network if the network handle is set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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: webrtc/base/basictypes.h
diff --git a/webrtc/base/basictypes.h b/webrtc/base/basictypes.h
index 4c3d5d1e518cf0562c743e8c5786e61684d9512c..8f358890ddeff0231814f9224bbdcb60c4efa08b 100644
--- a/webrtc/base/basictypes.h
+++ b/webrtc/base/basictypes.h
@@ -53,6 +53,8 @@
typedef int socklen_t;
#endif
+typedef uint32_t NetworkHandle;
+
pthatcher1 2016/01/06 21:58:46 Why is this in basictypes.h? Shouldn't it be in
honghaiz3 2016/01/12 20:36:42 Done.
// The following only works for C++
#ifdef __cplusplus

Powered by Google App Engine
This is Rietveld 408576698