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 */ |
Mark Seaborn
2012/08/28 15:51:20
If you are going to add comments, please make sure
Robert Muth (chromium)
2012/08/28 18:13:30
Done.
|
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1" |
+#define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1" |
Mark Seaborn
2012/08/28 15:51:20
So far irt.h only contains public interfaces. I t
Robert Muth (chromium)
2012/08/28 18:13:30
This is a public interface, if somebody chooses to
Mark Seaborn
2012/08/28 18:57:06
That's not my and Roland's understanding. We are
Robert Muth (chromium)
2012/08/28 20:22:46
Done.
|
struct nacl_irt_ppapihook { |
int (*ppapi_start)(const struct PP_StartFunctions *); |
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |