GNUnet 0.21.2
PutContext Struct Reference

Closure for put_cb(). More...

Collaboration diagram for PutContext:
[legend]

Data Fields

const struct GNUNET_DATACACHE_Blockblock
 Block data. More...
 
bool found
 Value to set to true if an equivalent block was found. More...
 

Detailed Description

Closure for put_cb().

Definition at line 94 of file plugin_datacache_heap.c.

Field Documentation

◆ block

const struct GNUNET_DATACACHE_Block* PutContext::block

Block data.

Definition at line 99 of file plugin_datacache_heap.c.

Referenced by heap_plugin_put(), and put_cb().

◆ found

bool PutContext::found

Value to set to true if an equivalent block was found.

Definition at line 104 of file plugin_datacache_heap.c.

Referenced by heap_plugin_put(), and put_cb().


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