Skip to content

File SolidSyslogPosixFile.h

FileList > Interface > SolidSyslogPosixFile.h

Go to the source code of this file

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

  • #include "ExternC.h"

Public Functions

Type Name
EXTERN_C_BEGIN struct SolidSyslogFile * SolidSyslogPosixFile_Create (void)
Create takes no config; an exhausted pool falls back to the shared NullFile.
void SolidSyslogPosixFile_Destroy (struct SolidSyslogFile * base)
Release the pool slot.

Public Functions Documentation

function SolidSyslogPosixFile_Create

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

EXTERN_C_BEGIN struct SolidSyslogFile * SolidSyslogPosixFile_Create (
    void
) 


function 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