Index: mojo/edk/embedder/platform_handle.h |
diff --git a/mojo/edk/embedder/platform_handle.h b/mojo/edk/embedder/platform_handle.h |
index 4f76009524a534b19d15bc3b4c881d2646f33a28..4866e754fd1376579a06333d4d49d331cd9c33bc 100644 |
--- a/mojo/edk/embedder/platform_handle.h |
+++ b/mojo/edk/embedder/platform_handle.h |
@@ -53,6 +53,9 @@ struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle { |
int handle = -1; |
+ // A POSIX handle may be a listen handle that can accept a connection. |
+ bool needs_connection = false; |
+ |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
mach_port_t port = MACH_PORT_NULL; |
#endif |