|
libcosmos
Linux C++ System Programming Library
|
#include <vector>#include <cosmos/dso_export.h>#include <cosmos/fs/types.hxx>#include <cosmos/net/message_header.hxx>#include <cosmos/net/types.hxx>#include <cosmos/proc/process.hxx>Go to the source code of this file.
Classes | |
| struct | cosmos::UnixCredentials |
| User and group credentials of a peer process. More... | |
| class | cosmos::UnixRightsMessage |
| Wrapper for the SCM_RIGHTS socket ancillary message to pass file descriptors to other processes. More... | |
| class | cosmos::UnixCredentialsMessage |
| Wrapper for the SCM_CREDENTIALS socket ancillary message to transfer process credentials between processes. More... | |
The types in this header support serialization and deserialization of ancillary messages used with SocketFamily::UNIX.
Definition in file unix_aux.hxx.