GNUnet 0.21.1
RemoveContext Struct Reference

Closure for iterator called during 'remove_key'. More...

Collaboration diagram for RemoveContext:
[legend]

Data Fields

struct Valuevalue
 Value found. More...
 
uint32_t size
 Size of data. More...
 
const void * data
 Data to remove. More...
 

Detailed Description

Closure for iterator called during 'remove_key'.

Definition at line 765 of file plugin_datastore_heap.c.

Field Documentation

◆ value

struct Value* RemoveContext::value

Value found.

Definition at line 770 of file plugin_datastore_heap.c.

Referenced by heap_plugin_remove_key(), and remove_iterator().

◆ size

uint32_t RemoveContext::size

Size of data.

Definition at line 775 of file plugin_datastore_heap.c.

Referenced by heap_plugin_remove_key(), and remove_iterator().

◆ data


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