Lely core libraries  2.2.5
__fwbuf Struct Reference

An (atomic) write file buffer struct. More...

Data Fields

char * filename
 A pointer to the name of the file.
 
char * tmpname
 A pointer to the name of the temporary file.
 
int dirfd
 The file descriptor of the directory containing the temporary file.
 
int fd
 The file descriptor.
 
int errsv
 The number of the first error that occurred during a file operation.
 
void * addr
 The base address of the current file mapping.
 
size_t len
 The length (in bytes) of the mapping at addr.
 

Detailed Description

An (atomic) write file buffer struct.

Definition at line 56 of file fwbuf.c.


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