| 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 32ffdce1015d123bbab104acd21628f4a6c413d6..1afedf0c1ef71056109edbe6d592e1bdbcc75af4 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.h
|
| +++ b/src/trusted/service_runtime/sel_ldr.h
|
| @@ -53,6 +53,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/ncvalidate.h"
|
|
|
| EXTERN_C_BEGIN
|
|
|
| @@ -366,7 +367,7 @@ struct NaClApp {
|
| enum NaClDebugExceptionHandlerState debug_exception_handler_state;
|
| NaClAttachDebugExceptionHandlerFunc attach_debug_exception_handler_func;
|
| #endif
|
| - int enable_dfa_validator;
|
| + const struct NaClValidatorInterface *validator;
|
| };
|
|
|
|
|
|
|