Skip to content

Posix platform

«interface»SolidSyslogFilePosixFilePosix

File SolidSyslogPosixFile.h

FileList > Interface > SolidSyslogPosixFile.h

POSIX file I/O (open / read / write / lseek / ftruncate) behind the SolidSyslogFile vtable, for a file-backed BlockDevice or Store.

  • #include "SolidSyslogExternC.h"

Public Functions Documentation

SolidSyslogPosixFile_Create

Create takes no config; an exhausted pool falls back to the shared NullFile.

struct SolidSyslogFile * SolidSyslogPosixFile_Create (
    void
) 


SolidSyslogPosixFile_Destroy

Release the pool slot.

void SolidSyslogPosixFile_Destroy (
    struct SolidSyslogFile * base
) 



The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixFile.h