Dir Platform/Posix/Interface¶
Files¶
| Type | Name |
|---|---|
| file | SolidSyslogGetAddrInfoResolver.h A blocking DNS resolver over POSIX getaddrinfo. |
| file | SolidSyslogGetAddrInfoResolverErrors.h Error codes and Source identity for the GetAddrInfoResolver adapter. |
| file | SolidSyslogPosixAddress.h A POSIX destination-address handle wrapping struct sockaddr_in. |
| file | SolidSyslogPosixAddressErrors.h Error codes and Source identity for the PosixAddress adapter. |
| file | SolidSyslogPosixClock.h The POSIX SolidSyslogClockFunction, for SolidSyslogConfig.Clock . |
| file | SolidSyslogPosixDatagram.h UDP transport over a POSIX socket, for a UdpSender. |
| file | SolidSyslogPosixDatagramErrors.h Error codes and Source identity for the PosixDatagram adapter. |
| file | SolidSyslogPosixFile.h POSIX file I/O (open / read / write / lseek / ftruncate) behind the SolidSyslogFile vtable, for a file-backed BlockDevice or Store. |
| file | SolidSyslogPosixFileErrors.h Error codes and Source identity for the PosixFile adapter. |
| file | SolidSyslogPosixHostname.h The POSIX SolidSyslogHeaderFieldFunction for RFC 5424 HOSTNAME, for SolidSyslogConfig.GetHostname . |
| file | SolidSyslogPosixMessageQueueBuffer.h A Buffer backed by a POSIX message queue, decoupling SolidSyslog_Log (enqueue) from Service (drain) across tasks or processes. |
| file | SolidSyslogPosixMessageQueueBufferErrors.h Error codes and Source identity for the PosixMessageQueueBuffer adapter. |
| file | SolidSyslogPosixMutex.h A Mutex wrapping pthread_mutex_t, for thread-safe buffers and pools on a POSIX host. |
| file | SolidSyslogPosixMutexErrors.h Error codes and Source identity for the PosixMutex adapter. |
| file | SolidSyslogPosixProcessId.h The POSIX SolidSyslogHeaderFieldFunction for RFC 5424 PROCID, for SolidSyslogConfig.GetProcessId . |
| file | SolidSyslogPosixSleep.h The POSIX SolidSyslogSleepFunction. |
| file | SolidSyslogPosixSysUpTime.h The POSIX SolidSyslogSysUpTimeFunction, for MetaSd. |
| file | SolidSyslogPosixTcpStream.h A non-blocking TCP stream over a POSIX socket, for a StreamSender or as the byte transport under a TlsStream. |
| file | SolidSyslogPosixTcpStreamErrors.h Error codes and Source identity for the PosixTcpStream adapter. |
The documentation for this class was generated from the following file Platform/Posix/Interface/