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

Unified Diff: src/trusted/validator/validation_cache.h

Issue 15039022: Enable meta-based validation for shared libraries. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Style Created 7 years, 7 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/validator/rich_file_info.h ('k') | src/trusted/validator/validation_cache.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/validation_cache.h
diff --git a/src/trusted/validator/validation_cache.h b/src/trusted/validator/validation_cache.h
index 6e2976be97c7857e0ee5d0a7ce7d57b50d2f67ab..8232ba4c3dafcb4465a35b4413603ca5b44f5799 100644
--- a/src/trusted/validator/validation_cache.h
+++ b/src/trusted/validator/validation_cache.h
@@ -57,6 +57,8 @@ struct NaClValidationCache {
void (*SetKnownToValidate)(void *query);
void (*DestroyQuery)(void *query);
int (*CachingIsInexpensive)(const struct NaClValidationMetadata *metadata);
+ int (*ResolveFileNonce)(void *handle, uint64_t nonce, int32_t *fd,
+ char **file_path, uint32_t *file_path_length);
};
extern int CachingIsInexpensive(struct NaClValidationCache *cache,
« no previous file with comments | « src/trusted/validator/rich_file_info.h ('k') | src/trusted/validator/validation_cache.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698