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

Unified Diff: mojo/services/public/interfaces/network/net_address.mojom

Issue 612403003: Mojo UDP socket API definition review. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | mojo/services/public/interfaces/network/udp_socket.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/network/net_address.mojom
diff --git a/mojo/services/public/interfaces/network/net_address.mojom b/mojo/services/public/interfaces/network/net_address.mojom
index 337f251d0a72e9cf313a5c0512a2e260018a14c0..a358e9e5280694c5756b083a908770ef8a4b87c1 100644
--- a/mojo/services/public/interfaces/network/net_address.mojom
+++ b/mojo/services/public/interfaces/network/net_address.mojom
@@ -26,6 +26,7 @@ struct NetAddressIPv6 {
struct NetAddress {
NetAddressFamily family = UNSPECIFIED;
+
// At most one of the following fields is non-NULL depending on the value of
// |family|.
NetAddressIPv4? ipv4;
« no previous file with comments | « no previous file | mojo/services/public/interfaces/network/udp_socket.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698