| 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(
|
|
|