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

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

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments Created 5 years, 11 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/name_service/name_service.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 a4df127902656fa9016b30a9669da470de580493..1d70c3959492939593e21dbeba676108aaeeecca 100644
--- a/src/trusted/service_runtime/sel_ldr.h
+++ b/src/trusted/service_runtime/sel_ldr.h
@@ -34,6 +34,7 @@
#include "native_client/src/include/portability.h"
#include "native_client/src/include/elf.h"
+#include "native_client/src/public/imc_types.h"
#include "native_client/src/public/nacl_app.h"
#include "native_client/src/shared/platform/nacl_host_desc.h"
@@ -50,7 +51,6 @@
#include "native_client/src/trusted/service_runtime/nacl_kernel_service.h"
#include "native_client/src/trusted/service_runtime/nacl_resource.h"
#include "native_client/src/trusted/service_runtime/nacl_secure_service.h"
-#include "native_client/src/trusted/service_runtime/name_service/name_service.h"
#include "native_client/src/trusted/service_runtime/sel_addrspace.h"
#include "native_client/src/trusted/service_runtime/sel_mem.h"
#include "native_client/src/trusted/service_runtime/sel_rt.h"
@@ -245,13 +245,6 @@ struct NaClApp {
*/
struct NaClSyscallTableEntry *syscall_table;
- /*
- * Name service must launch after mu, cv, vm_hole_may_exit,
- * threads_launching are initialized.
- */
- struct NaClNameService *name_service; /* default name server */
- struct NaClDesc *name_service_conn_cap;
-
struct NaClSecureService *secure_service;
struct NaClKernelService *kernel_service;
« no previous file with comments | « src/trusted/service_runtime/name_service/name_service.c ('k') | src/trusted/service_runtime/sel_ldr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698