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

Unified Diff: mojo/public/platform/native/system_impl_private.h

Issue 1876353006: Add Mojo{Set,Get}DataPipeProducerOptions() to the NaCl system thunks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: gah Created 4 years, 8 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/nacl/mojo_irt.h ('k') | mojo/public/platform/native/system_impl_private_thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/system_impl_private.h
diff --git a/mojo/public/platform/native/system_impl_private.h b/mojo/public/platform/native/system_impl_private.h
index 3ebe2c1b5dbad63549d4273083011dd14b42eb81..6aeba449d79e5d98b12d979e256943b0bf15e465 100644
--- a/mojo/public/platform/native/system_impl_private.h
+++ b/mojo/public/platform/native/system_impl_private.h
@@ -88,6 +88,15 @@ MojoResult MojoSystemImplCreateDataPipe(
const struct MojoCreateDataPipeOptions* options,
MojoHandle* data_pipe_producer_handle,
MojoHandle* data_pipe_consumer_handle);
+MojoResult MojoSystemImplSetDataPipeProducerOptions(
+ MojoSystemImpl system,
+ MojoHandle data_pipe_producer_handle,
+ const struct MojoDataPipeProducerOptions* options);
+MojoResult MojoSystemImplGetDataPipeProducerOptions(
+ MojoSystemImpl system,
+ MojoHandle data_pipe_producer_handle,
+ struct MojoDataPipeProducerOptions* options,
+ uint32_t options_num_bytes);
MojoResult MojoSystemImplWriteData(MojoSystemImpl system,
MojoHandle data_pipe_producer_handle,
const void* elements,
« no previous file with comments | « mojo/public/platform/nacl/mojo_irt.h ('k') | mojo/public/platform/native/system_impl_private_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698