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

Unified Diff: src/trusted/service_runtime/sel_main_chrome.h

Issue 9535001: Add validation caching interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: More edits Created 8 years, 10 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 | « src/trusted/service_runtime/sel_ldr.c ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_main_chrome.h
diff --git a/src/trusted/service_runtime/sel_main_chrome.h b/src/trusted/service_runtime/sel_main_chrome.h
index b456dbd32fcb9fb49f6dbf31f3fad90d34c19098..840342be5dbaff941be3665a56d55b2ea77410d9 100644
--- a/src/trusted/service_runtime/sel_main_chrome.h
+++ b/src/trusted/service_runtime/sel_main_chrome.h
@@ -12,6 +12,8 @@
EXTERN_C_BEGIN
+struct NaClValidationCache;
+
/*
* Register the integrated runtime (IRT) library file for use by
* NaClMainForChromium(). This takes a file descriptor, even on
@@ -20,6 +22,8 @@ EXTERN_C_BEGIN
*/
void NaClSetIrtFileDesc(int fd);
+void NaClSetValidationCache(struct NaClValidationCache *cache);
+
void NaClMainForChromium(int handle_count, const NaClHandle *handles,
int debug);
« no previous file with comments | « src/trusted/service_runtime/sel_ldr.c ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698