GNUnet 0.21.1
WriteContext Struct Reference

Context for a single write on a chunk of memory. More...

Data Fields

void * data
 The data to write. More...
 
size_t length
 The length of the data. More...
 
size_t pos
 The current position from where the write operation should begin. More...
 

Detailed Description

Context for a single write on a chunk of memory.

Definition at line 128 of file gnunet-cmds-helper.c.

Field Documentation

◆ data

◆ length

size_t WriteContext::length

The length of the data.

Definition at line 138 of file gnunet-cmds-helper.c.

Referenced by write_message(), and write_task().

◆ pos

size_t WriteContext::pos

The current position from where the write operation should begin.

Definition at line 143 of file gnunet-cmds-helper.c.

Referenced by write_task().


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