PLCnext API Documentation 25.0.2.69
Public Attributes | List of all members
Arp::System::Commons::Ipc::PeerCredentials Struct Reference

This struct holds credentials of a UnixDomainSocket Peer More...

#include <PeerCredentials.hpp>

Public Attributes

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
 

Detailed Description

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: