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

Unified Diff: src/trusted/service_runtime/sel_ldr.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/tools/validator_tools/ncstubout.c ('k') | src/trusted/service_runtime/sel_ldr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_ldr.h
diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h
index c19fff9a9d944ab7ff178dc0a2b9cc5415c243bc..5caac384d6da7d74e9536fae637c80d2b8f65978 100644
--- a/src/trusted/service_runtime/sel_ldr.h
+++ b/src/trusted/service_runtime/sel_ldr.h
@@ -69,6 +69,7 @@ struct NaClReverseQuotaInterface;
struct NaClSecureService;
struct NaClSecureReverseService;
struct NaClThreadInterface; /* see sel_ldr_thread_interface.h */
+struct NaClValidationCache;
struct NaClDebugCallbacks {
void (*thread_create_hook)(struct NaClAppThread *natp);
@@ -298,6 +299,7 @@ struct NaClApp {
NaClCPUFeatures cpu_features;
+ struct NaClValidationCache *validation_cache;
int ignore_validator_result;
int skip_validator;
int validator_stub_out_mode;
« no previous file with comments | « src/tools/validator_tools/ncstubout.c ('k') | src/trusted/service_runtime/sel_ldr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698