|
Lely core libraries
1.9.2
|
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. | |