| Index: mojo/public/c/system/thunks.h
|
| diff --git a/mojo/public/c/system/thunks.h b/mojo/public/c/system/thunks.h
|
| index 31d22890ff820b824b8285df51e91b43d87ee365..70417b8873f10f64498bcffb663df1404a3fec47 100644
|
| --- a/mojo/public/c/system/thunks.h
|
| +++ b/mojo/public/c/system/thunks.h
|
| @@ -22,6 +22,9 @@ struct MojoSystemThunks {
|
| size_t size; // Should be set to sizeof(MojoSystemThunks).
|
| MojoTimeTicks (*GetTimeTicksNow)();
|
| MojoResult (*Close)(MojoHandle handle);
|
| + MojoResult (*QueryHandleSignalsState)(
|
| + MojoHandle handle,
|
| + struct MojoHandleSignalsState* signals_state);
|
| MojoResult (*Wait)(MojoHandle handle,
|
| MojoHandleSignals signals,
|
| MojoDeadline deadline,
|
|
|