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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6 #ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_
7 #define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_MANIFEST_RPC_H_
8
9 /*
10 * Manifest RPC signatures, for use by C and C++ code.
11 */
12
13 #define NACL_MANIFEST_LIST "manifest_list::C"
14 #define NACL_MANIFEST_LOOKUP "manifest_lookup:si:ihC"
15 #define NACL_MANIFEST_UNREF "mainfest_unref:C:"
16
17 #endif
OLDNEW
« no previous file with comments | « src/trusted/plugin/service_runtime.cc ('k') | src/trusted/reverse_service/reverse_control_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698