diff options
Diffstat (limited to 'libs/binder/RpcState.h')
-rw-r--r-- | libs/binder/RpcState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/RpcState.h b/libs/binder/RpcState.h index 8a0610eded..aacb5307e1 100644 --- a/libs/binder/RpcState.h +++ b/libs/binder/RpcState.h @@ -86,7 +86,6 @@ public: size_t countBinders(); void dump(); -private: /** * Called when reading or writing data to a session fails to clean up * data associated with the session in order to cleanup binders. @@ -105,6 +104,7 @@ private: */ void terminate(); +private: // Alternative to std::vector<uint8_t> that doesn't abort on allocation failure and caps // large allocations to avoid being requested from allocating too much data. struct CommandData { |