Tor
0.4.7.0-alpha-dev
|
Data Fields | |
char * | tempname |
char * | filename |
unsigned | rename_on_close:1 |
unsigned | binary:1 |
int | fd |
FILE * | stdio_file |
Represents a file that we're writing to, with support for atomic commit: we can write into a temporary file, and either remove the file on failure, or replace the original file on success.
unsigned binary |
int fd |
unsigned rename_on_close |
FILE* stdio_file |