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

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
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 55cb88a55cda044c09824352f3604a9426ffc6fc..058aca0e3d8adfcef75b80d9780e8f8bea05691f 100644
--- a/src/trusted/service_runtime/sel_ldr.h
+++ b/src/trusted/service_runtime/sel_ldr.h
@@ -51,6 +51,7 @@
#include "native_client/src/trusted/service_runtime/name_service/name_service.h"
#include "native_client/src/trusted/validator/cpufeatures.h"
+#include "native_client/src/trusted/validator/validation_cache.h"
EXTERN_C_BEGIN
@@ -298,6 +299,7 @@ struct NaClApp {
NaClCPUFeatures cpu_features;
+ NaClValidationCache *validation_cache;
int ignore_validator_result;
int skip_validator;
int validator_stub_out_mode;

Powered by Google App Engine
This is Rietveld 408576698