Handle for buffered writing. More...
Data Fields | |
enum IOType | type |
The "backend" type. More... | |
struct GNUNET_DISK_FileHandle * | fd |
Handle to a file on disk, if type is IO_FILE. More... | |
char * | emsg |
Error message, NULL if there were no errors. More... | |
void * | buffer |
I/O buffer. More... | |
size_t | have |
Number of bytes available in buffer. More... | |
size_t | size |
Total size of buffer. More... | |
enum IOType GNUNET_BIO_WriteHandle::type |
The "backend" type.
Definition at line 104 of file bio.c.
Referenced by gnunet_testing.Condition::__init__(), gnunet_testing.Condition::evaluate(), and gnunet_testing.FileExistCondition::evaluate().
struct GNUNET_DISK_FileHandle* GNUNET_BIO_WriteHandle::fd |
Handle to a file on disk, if type is IO_FILE.
Definition at line 476 of file bio.c.
Referenced by GNUNET_BIO_write_open_file().
char* GNUNET_BIO_WriteHandle::emsg |
void* GNUNET_BIO_WriteHandle::buffer |
size_t GNUNET_BIO_WriteHandle::have |