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

Unified Diff: mojo/system/core.h

Issue 324783002: Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessagePipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 6 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 | « mojo/public/platform/native/system_thunks.cc ('k') | mojo/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/core.h
diff --git a/mojo/system/core.h b/mojo/system/core.h
index a8f3b175fb0b71e0102d12bd99d86308e3b5efdd..0f3c76a9b58dc10ac8d7e5cfff27db7c8ebcf8a4 100644
--- a/mojo/system/core.h
+++ b/mojo/system/core.h
@@ -48,7 +48,8 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
const MojoWaitFlags* flags,
uint32_t num_handles,
MojoDeadline deadline);
- MojoResult CreateMessagePipe(MojoHandle* message_pipe_handle0,
+ MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options,
+ MojoHandle* message_pipe_handle0,
MojoHandle* message_pipe_handle1);
MojoResult WriteMessage(MojoHandle message_pipe_handle,
const void* bytes,
« no previous file with comments | « mojo/public/platform/native/system_thunks.cc ('k') | mojo/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698