Chromium Code Reviews| Index: src/untrusted/irt/irt.h |
| =================================================================== |
| --- src/untrusted/irt/irt.h (revision 6419) |
| +++ src/untrusted/irt/irt.h (working copy) |
| @@ -143,6 +143,11 @@ |
| void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |
| }; |
| +#define NACL_IRT_RESOURCE_OPEN_v0_0 "nacl-irt-resource-open-0.0" |
|
pasko-google - do not use
2011/08/15 16:23:04
v0_1 seems more logical than v0_0: the initial ver
halyavin
2011/08/16 09:05:37
Done.
|
| +struct nacl_irt_resource_open { |
| + int (*open_resource)(const char* file, int *fd); |
| +}; |
| + |
| #if __cplusplus |
| } |
| #endif |