dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Server::UnixSession::PeerCreds Struct Reference

Peer credentials associated with the Unix socket. More...

#include <dfx-server/UnixSession.hpp>

Public Attributes

pid_t pid
 PID of the remote program connected to the server socket.
uid_t uid
 UID of the remote program connected to the server socket.
gid_t gid
 GID of the remote program connected to the server socket.

Detailed Description

Peer credentials associated with the Unix socket.

Member Data Documentation

◆ gid

gid_t dfx::Server::UnixSession::PeerCreds::gid

GID of the remote program connected to the server socket.

◆ pid

pid_t dfx::Server::UnixSession::PeerCreds::pid

PID of the remote program connected to the server socket.

◆ uid

uid_t dfx::Server::UnixSession::PeerCreds::uid

UID of the remote program connected to the server socket.


The documentation for this struct was generated from the following file: