| Index: mojo/public/c/system/handle.h
|
| diff --git a/mojo/public/c/system/handle.h b/mojo/public/c/system/handle.h
|
| index 445558c38fa2ad7901e575a560456c30bbaddd78..1e494193a770987bd049bb8e0c6df8d652e02e74 100644
|
| --- a/mojo/public/c/system/handle.h
|
| +++ b/mojo/public/c/system/handle.h
|
| @@ -142,6 +142,9 @@ MojoResult MojoGetRights(MojoHandle handle, MojoHandleRights* rights); // Out.
|
| // |MOJO_RESULT_BUSY| if |handle| is currently in use in some transaction
|
| // (that, e.g., may result in it being invalidated, such as being sent in
|
| // a message).
|
| +//
|
| +// TODO(vtl): Discuss this API some more. It may be more desirable to replace
|
| +// the handle with a new one (with reduced rights).
|
| MojoResult MojoReduceRights(MojoHandle handle,
|
| MojoHandleRights rights_to_remove);
|
|
|
|
|