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

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

Issue 25027006: Stackable IRT Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 3 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
« no previous file with comments | « SConstruct ('k') | src/untrusted/irt/irt_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt.h
diff --git a/src/untrusted/irt/irt.h b/src/untrusted/irt/irt.h
index 3adc459049c87ac52caa9fffe818c1f10592ba74..8cb01602c4140fb88fcaab3faaaf58a58891b565 100644
--- a/src/untrusted/irt/irt.h
+++ b/src/untrusted/irt/irt.h
@@ -70,6 +70,12 @@ size_t nacl_interface_query(const char *interface_ident,
* future versions of Chromium.
*/
+#define NACL_IRT_INSTANCE_v0_1 "nacl-irt-instance-0.1"
+struct nacl_irt_instance {
+ int (*init)(void);
+ void (*destroy)(void);
+};
+
#define NACL_IRT_BASIC_v0_1 "nacl-irt-basic-0.1"
struct nacl_irt_basic {
void (*exit)(int status);
« no previous file with comments | « SConstruct ('k') | src/untrusted/irt/irt_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698