Index: src/untrusted/irt/irt.h |
=================================================================== |
--- src/untrusted/irt/irt.h (revision 9574) |
+++ src/untrusted/irt/irt.h (working copy) |
@@ -146,7 +146,9 @@ |
int (*register_block_hooks)(void (*pre)(void), void (*post)(void)); |
}; |
+/* These should be kept in sync, both are using the nacl_irt_ppapihook API. */ |
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1" |
+#define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1" |
struct nacl_irt_ppapihook { |
int (*ppapi_start)(const struct PP_StartFunctions *); |
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |