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

Unified Diff: src/trusted/reverse_service/reverse_control_rpc.h

Issue 7108031: this patch adds the manifest proxy server to sel_ldr and the manifest (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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/reverse_service/manifest_rpc.h ('k') | src/trusted/reverse_service/reverse_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/reverse_service/reverse_control_rpc.h
===================================================================
--- src/trusted/reverse_service/reverse_control_rpc.h (revision 0)
+++ src/trusted/reverse_service/reverse_control_rpc.h (revision 0)
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_REVERSE_CONTROL_RPC_H_
+#define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_REVERSE_CONTROL_RPC_H_
+
+/*
+ * Reverse channel control RPCs. Used by the service runtime reverse
+ * setup proceedure, testing, and by the manifest proxy to add a new
+ * client channel.
+ */
+
+#define NACL_REVERSE_CONTROL_TEST "test:s:"
+#define NACL_REVERSE_CONTROL_LOG "log:s:"
+#define NACL_REVERSE_CONTROL_ADD_CHANNEL "add_channel::b"
+
+#endif
Property changes on: src/trusted/reverse_service/reverse_control_rpc.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « src/trusted/reverse_service/manifest_rpc.h ('k') | src/trusted/reverse_service/reverse_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698