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

Unified 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, 3 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 | « SConstruct ('k') | src/trusted/sel_universal/reverse_emulate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/reverse_emulate.h
diff --git a/src/trusted/sel_universal/reverse_emulate.h b/src/trusted/sel_universal/reverse_emulate.h
index ca37bea2b84ab1b72b89d098170d3296f31002cf..e79c65d04339d47a21c42a24109333cd12936221 100644
--- a/src/trusted/sel_universal/reverse_emulate.h
+++ b/src/trusted/sel_universal/reverse_emulate.h
@@ -43,4 +43,7 @@ bool HandlerReverseEmuDumpManifestMappings(
NaClCommandLoop* ncl,
const std::vector<std::string>& args);
+bool HandlerWaitForExit(NaClCommandLoop* ncl,
+ const std::vector<std::string>& args);
+
#endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ */
« 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