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

Side by Side Diff: src/trusted/sel_universal/reverse_emulate.h

Issue 10979061: Track correctly the number of secure command channel connections (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebased with master. Created 8 years, 2 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
« no previous file with comments | « SConstruct ('k') | src/trusted/sel_universal/reverse_emulate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_
8 #define NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ 8 #define NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_
9 9
10 #include <string> 10 #include <string>
(...skipping 25 matching lines...) Expand all
36 36
37 // Add a manifest file mapping from key to a descriptor from a pathname. 37 // Add a manifest file mapping from key to a descriptor from a pathname.
38 bool HandlerReverseEmuAddManifestMapping(NaClCommandLoop* ncl, 38 bool HandlerReverseEmuAddManifestMapping(NaClCommandLoop* ncl,
39 const std::vector<std::string>& args); 39 const std::vector<std::string>& args);
40 40
41 // Dump the manifest key --> pathname pairs. 41 // Dump the manifest key --> pathname pairs.
42 bool HandlerReverseEmuDumpManifestMappings( 42 bool HandlerReverseEmuDumpManifestMappings(
43 NaClCommandLoop* ncl, 43 NaClCommandLoop* ncl,
44 const std::vector<std::string>& args); 44 const std::vector<std::string>& args);
45 45
46 bool HandlerWaitForExit(NaClCommandLoop* ncl,
47 const std::vector<std::string>& args);
48
46 #endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ */ 49 #endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ */
OLDNEW
« no previous file with comments | « SConstruct ('k') | src/trusted/sel_universal/reverse_emulate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698