Data Fields | |
const struct GNUNET_DATACACHE_Block * | block |
Block data. More... | |
bool | found |
Value to set to true if an equivalent block was found. More... | |
Closure for put_cb().
Definition at line 94 of file plugin_datacache_heap.c.
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().
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().