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

Unified Diff: src/trusted/service_runtime/nacl_secure_service.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/sel_universal.cc ('k') | src/trusted/service_runtime/nacl_secure_service.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_secure_service.h
diff --git a/src/trusted/service_runtime/nacl_secure_service.h b/src/trusted/service_runtime/nacl_secure_service.h
index cb60e10a864444aefde766bb333772a6e1f17db0..8e638c1e7ac5a24684d1626f83e82adb8f572a6f 100644
--- a/src/trusted/service_runtime/nacl_secure_service.h
+++ b/src/trusted/service_runtime/nacl_secure_service.h
@@ -26,9 +26,9 @@ struct NaClSecureService {
struct NaClMutex mu;
/*
- * |mu| protects the thread count access.
+ * |mu| protects the connection count access.
*/
- uint32_t thread_count;
+ uint32_t conn_count;
};
int NaClSecureServiceCtor(
« no previous file with comments | « src/trusted/sel_universal/sel_universal.cc ('k') | src/trusted/service_runtime/nacl_secure_service.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698