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

Unified Diff: src/trusted/sel_universal/rpc_universal.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 | « src/trusted/sel_universal/reverse_emulate.cc ('k') | src/trusted/sel_universal/sel_universal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/rpc_universal.h
diff --git a/src/trusted/sel_universal/rpc_universal.h b/src/trusted/sel_universal/rpc_universal.h
index 3a65da721e38298a63cd83fbd7ed062fd5732076..62bf9c4e71f828d7013af24b64c142e244fff362 100644
--- a/src/trusted/sel_universal/rpc_universal.h
+++ b/src/trusted/sel_universal/rpc_universal.h
@@ -60,6 +60,8 @@ class NaClCommandLoop {
const vector<string>& args);
static bool HandleEcho(NaClCommandLoop* ncl,
const vector<string>& args);
+ static bool HandleShutdown(NaClCommandLoop* nacl,
+ const vector<string>& args);
int desc_count_;
NaClSrpcService* service_;
« no previous file with comments | « src/trusted/sel_universal/reverse_emulate.cc ('k') | src/trusted/sel_universal/sel_universal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698