GNUnet 0.21.2
WriteContext Struct Reference

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

Collaboration diagram for WriteContext:
[legend]

Data Fields

struct WriteContextnext
 
struct WriteContextprev
 
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 57 of file gnunet-cmds-helper.c.

Field Documentation

◆ next

struct WriteContext* WriteContext::next

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

◆ prev

struct WriteContext* WriteContext::prev

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

◆ data

◆ length

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().

◆ pos

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().


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