Context for a single write on a chunk of memory. More...
Data Fields | |
| struct WriteContext * | next |
| struct WriteContext * | prev |
| void * | data |
| The data to write. | |
| size_t | length |
| The length of the data. | |
| size_t | pos |
| The current position from where the write operation should begin. | |
Context for a single write on a chunk of memory.
Definition at line 57 of file gnunet-cmds-helper.c.
| struct WriteContext* WriteContext::next |
Definition at line 60 of file gnunet-cmds-helper.c.
| struct WriteContext* WriteContext::prev |
Definition at line 62 of file gnunet-cmds-helper.c.
| void* WriteContext::data |
The data to write.
Definition at line 67 of file gnunet-cmds-helper.c.
Referenced by do_shutdown_later(), write_message(), and write_task().
| size_t WriteContext::length |
The length of the data.
Definition at line 72 of file gnunet-cmds-helper.c.
Referenced by write_message(), and write_task().
| size_t WriteContext::pos |
The current position from where the write operation should begin.
Definition at line 77 of file gnunet-cmds-helper.c.
Referenced by write_task().