Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: src/untrusted/irt/irt.h

Issue 7605029: Extend IRT with nacl_irt_resource_open interface (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: more lint warnings Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/untrusted/irt/irt.h
===================================================================
--- src/untrusted/irt/irt.h (revision 6384)
+++ src/untrusted/irt/irt.h (working copy)
@@ -143,6 +143,11 @@
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *);
};
+#define NACL_IRT_MANIFEST_OPEN_v0_0 "nacl-irt-manifest-0.0"
Roland McGrath 2011/08/12 16:44:56 This is not the best name for this interface. It
halyavin 2011/08/15 10:35:52 Done.
+struct nacl_irt_manifest_open {
+ int (*open_file_in_manifest)(const char* file);
Roland McGrath 2011/08/12 16:44:56 This is C, not C++, and uses normal C style: 'cons
halyavin 2011/08/15 10:35:52 Done.
+};
+
#if __cplusplus
}
#endif

Powered by Google App Engine
This is Rietveld 408576698