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

Unified Diff: src/trusted/reverse_service/manifest_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
Index: src/trusted/reverse_service/manifest_rpc.h
===================================================================
--- src/trusted/reverse_service/manifest_rpc.h (revision 0)
+++ src/trusted/reverse_service/manifest_rpc.h (revision 0)
@@ -0,0 +1,17 @@
+/*
+ * 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_MANIFEST_RPC_H_
+#define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_
+
noelallen_use_chromium 2011/06/14 02:25:45 Q: Avoiding use of a *.srpc file? Reduces the com
bsy 2011/06/14 20:30:03 Bsy caveman. Bsy wrote srpc before srpc files. T
noelallen_use_chromium 2011/06/14 22:08:14 agreed. On 2011/06/14 20:30:03, bsy wrote:
+/*
+ * Manifest RPC signatures, for use by C and C++ code.
+ */
+
+#define NACL_MANIFEST_LIST "manifest_list::C"
+#define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihC"
+#define NACL_MANIFEST_UNREF "mainfest_unref:C:"
+
+#endif
Property changes on: src/trusted/reverse_service/manifest_rpc.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698