| Index: mojo/public/c/system/functions.h
|
| diff --git a/mojo/public/c/system/functions.h b/mojo/public/c/system/functions.h
|
| index 6c7e2df194fd4120bbd58ec36a05240f720ed639..bd4daedaf7bbcae173861adfa171c6efe677d739 100644
|
| --- a/mojo/public/c/system/functions.h
|
| +++ b/mojo/public/c/system/functions.h
|
| @@ -24,7 +24,8 @@ extern "C" {
|
| // documentation for |MojoWatch()| for more details.
|
| typedef void (*MojoWatchCallback)(uintptr_t context,
|
| MojoResult result,
|
| - struct MojoHandleSignalsState signals_state);
|
| + struct MojoHandleSignalsState signals_state,
|
| + MojoWatchNotificationFlags flags);
|
|
|
| // Note: Pointer parameters that are labelled "optional" may be null (at least
|
| // under some circumstances). Non-const pointer parameters are also labeled
|
|
|