This struct holds credentials of a UnixDomainSocket Peer 
 More...
#include <PeerCredentials.hpp>
 | 
| 
int  | uid = -1 | 
|   | identifier of the linux user that owns the process attached to the socket. -1 is Unix standard for error or not avaliable 
  | 
|   | 
| 
int  | gid = -1 | 
|   | identifier of the primary group of the linux user that owns the process attached to the socket. -1 is Unix standard for error or not avaliable 
  | 
|   | 
| 
int  | pid = -1 | 
|   | identifier of the process the socket is attached to. -1 is Unix standard for error or not avaliable 
  | 
|   | 
This struct holds credentials of a UnixDomainSocket Peer
All attributes refer to the owner of the process that the socket is attacted to.
The documentation for this struct was generated from the following file: