Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2740b7f authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "RpcSession change CVD to CID" into main

parents b6b7e049 dace6f4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.