Index: mojo/edk/system/core.h |
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h |
index fe8cfbfcdb1813dac42b6bdd34fbb6902c848882..32a7ff2dd4056c1076fb15ab5641392f63a5d5c9 100644 |
--- a/mojo/edk/system/core.h |
+++ b/mojo/edk/system/core.h |
@@ -130,6 +130,13 @@ class Core { |
UserPointer<const MojoCreateDataPipeOptions> options, |
UserPointer<MojoHandle> data_pipe_producer_handle, |
UserPointer<MojoHandle> data_pipe_consumer_handle); |
+ MojoResult SetDataPipeProducerOptions( |
+ MojoHandle data_pipe_producer_handle, |
+ UserPointer<const MojoDataPipeProducerOptions> options); |
+ MojoResult GetDataPipeProducerOptions( |
+ MojoHandle data_pipe_producer_handle, |
+ UserPointer<MojoDataPipeProducerOptions> options, |
+ uint32_t options_num_bytes); |
MojoResult WriteData(MojoHandle data_pipe_producer_handle, |
UserPointer<const void> elements, |
UserPointer<uint32_t> num_bytes, |