diff options
| -rw-r--r-- | libs/binder/include/binder/RpcSession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/include/binder/RpcSession.h b/libs/binder/include/binder/RpcSession.h index e8d9829b5d..40102bb9f0 100644 --- a/libs/binder/include/binder/RpcSession.h +++ b/libs/binder/include/binder/RpcSession.h @@ -129,9 +129,9 @@ public: setupUnixDomainSocketBootstrapClient(binder::unique_fd bootstrap); /** - * Connects to an RPC server at the CVD & port. + * Connects to an RPC server at the CID & port. */ - [[nodiscard]] LIBBINDER_EXPORTED status_t setupVsockClient(unsigned int cvd, unsigned int port); + [[nodiscard]] LIBBINDER_EXPORTED status_t setupVsockClient(unsigned int cid, unsigned int port); /** * Connects to an RPC server at the given address and port. |