From dace6f4da26fa3832ae60ecb05f1c5a6d55e6fa1 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Thu, 30 May 2024 22:22:50 +0000 Subject: RpcSession change CVD to CID It was misspelled in the header and should be CID. Bugs: me Test: none Change-Id: Id4cf88f4f0e9a391a54a0c418c58c789d15ee68e --- libs/binder/include/binder/RpcSession.h | 4 ++-- 1 file 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. -- cgit v1.2.3-59-g8ed1b