![]() |
GNUnet
0.11.x
|
Data Fields | |
struct GNUNET_TIME_Absolute | discard_time |
Expiration time for the new value. More... | |
const char * | data |
Data for the new value. More... | |
const struct GNUNET_PeerIdentity * | path_info |
Path information. More... | |
size_t | size |
Number of bytes in data. More... | |
enum GNUNET_BLOCK_Type | type |
Type of the node. More... | |
unsigned int | path_info_len |
Number of entries in path_info. More... | |
int | found |
Value to set to GNUNET_YES if an equivalent block was found. More... | |
Closure for put_cb().
Definition at line 113 of file plugin_datacache_heap.c.
struct GNUNET_TIME_Absolute PutContext::discard_time |
Expiration time for the new value.
Definition at line 118 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
const char* PutContext::data |
Data for the new value.
Definition at line 123 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
const struct GNUNET_PeerIdentity* PutContext::path_info |
Path information.
Definition at line 128 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
size_t PutContext::size |
Number of bytes in data.
Definition at line 133 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
enum GNUNET_BLOCK_Type PutContext::type |
Type of the node.
Definition at line 138 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
unsigned int PutContext::path_info_len |
Number of entries in path_info.
Definition at line 143 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().
int PutContext::found |
Value to set to GNUNET_YES if an equivalent block was found.
Definition at line 148 of file plugin_datacache_heap.c.
Referenced by heap_plugin_put(), and put_cb().