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

Unified Diff: mojo/public/platform/nacl/mojo_irt.h

Issue 1859123003: Add Mojo{Set,Get}DataPipeConsumerOptions() to the NaCl system thunks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/libmojo.cc ('k') | mojo/public/platform/native/system_impl_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/nacl/mojo_irt.h
diff --git a/mojo/public/platform/nacl/mojo_irt.h b/mojo/public/platform/nacl/mojo_irt.h
index 4d234039ab7a69f9aef97440cec4ff3a2887c978..92ad7440f99ba9f98293581daa9515037cb942df 100644
--- a/mojo/public/platform/nacl/mojo_irt.h
+++ b/mojo/public/platform/nacl/mojo_irt.h
@@ -61,6 +61,13 @@ struct nacl_irt_mojo {
MojoWriteDataFlags flags);
MojoResult (*MojoEndWriteData)(MojoHandle data_pipe_producer_handle,
uint32_t num_bytes_written);
+ MojoResult (*MojoSetDataPipeConsumerOptions)(
+ MojoHandle data_pipe_consumer_handle,
+ const struct MojoDataPipeConsumerOptions* options);
+ MojoResult (*MojoGetDataPipeConsumerOptions)(
+ MojoHandle data_pipe_consumer_handle,
+ struct MojoDataPipeConsumerOptions* options,
+ uint32_t options_num_bytes);
MojoResult (*MojoReadData)(MojoHandle data_pipe_consumer_handle,
void* elements,
uint32_t* num_bytes,
« no previous file with comments | « mojo/public/platform/nacl/libmojo.cc ('k') | mojo/public/platform/native/system_impl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698