| Index: mojo/public/c/system/wait_set.h
|
| diff --git a/mojo/public/c/system/wait_set.h b/mojo/public/c/system/wait_set.h
|
| index 4e80ee3accde1339b0e80851c6840f8babeff9e6..4fe91ca142948f39fb9d0ca1a84e03bbea8a1104 100644
|
| --- a/mojo/public/c/system/wait_set.h
|
| +++ b/mojo/public/c/system/wait_set.h
|
| @@ -108,12 +108,12 @@ MojoResult MojoCreateWaitSet(const struct MojoCreateWaitSetOptions*
|
| // some transaction.
|
| // |MOJO_RESULT_RESOURCE_EXHAUSTED| if the handle could not be added due to
|
| // hitting a system or quota limitation.
|
| -MojoResult MojoWaitSetAdd(const struct MojoWaitSetAddOptions* MOJO_RESTRICT
|
| - options, // Optional in.
|
| - MojoHandle wait_set_handle, // In.
|
| +MojoResult MojoWaitSetAdd(MojoHandle wait_set_handle, // In.
|
| MojoHandle handle, // In.
|
| MojoHandleSignals signals, // In.
|
| - uint64_t cookie); // In.
|
| + uint64_t cookie, // In.
|
| + const struct MojoWaitSetAddOptions* MOJO_RESTRICT
|
| + options); // Optional in.
|
|
|
| // |MojoWaitSetRemove()|: Removes an entry from the wait set specified by
|
| // |wait_set_handle| (which must have the |MOJO_HANDLE_RIGHT_WRITE| right).
|
|
|