diff options
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r-- | ipc/ipc_channel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index 35ead53..29caec3 100644 --- a/ipc/ipc_channel.h +++ b/ipc/ipc_channel.h @@ -167,8 +167,8 @@ class IPC_EXPORT Channel : public Sender { bool HasAcceptedConnection() const; // Returns true if the peer process' effective user id can be determined, in - // which case the supplied peer_euid is updated with it. - bool GetPeerEuid(uid_t* peer_euid) const; + // which case the supplied client_euid is updated with it. + bool GetClientEuid(uid_t* client_euid) const; // Closes any currently connected socket, and returns to a listening state // for more connections. |