![]() |
GNUnet
0.11.x
|
An QueueEntry used to store information for a pending NAMECACHE record operation. More...
Data Fields | |
struct GNUNET_NAMECACHE_QueueEntry * | next |
Kept in a DLL. More... | |
struct GNUNET_NAMECACHE_QueueEntry * | prev |
Kept in a DLL. More... | |
struct GNUNET_NAMECACHE_Handle * | nsh |
Main handle to access the namecache. More... | |
GNUNET_NAMECACHE_ContinuationWithStatus | cont |
Continuation to call. More... | |
void * | cont_cls |
Closure for cont. More... | |
GNUNET_NAMECACHE_BlockProcessor | block_proc |
Function to call with the blocks we get back; or NULL. More... | |
void * | block_proc_cls |
Closure for block_proc. More... | |
uint32_t | op_id |
The operation id this zone iteration operation has. More... | |
An QueueEntry used to store information for a pending NAMECACHE record operation.
Definition at line 47 of file namecache_api.c.
struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_QueueEntry::next |
struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_QueueEntry::prev |
Kept in a DLL.
Definition at line 57 of file namecache_api.c.
struct GNUNET_NAMECACHE_Handle* GNUNET_NAMECACHE_QueueEntry::nsh |
Main handle to access the namecache.
Definition at line 62 of file namecache_api.c.
Referenced by GNUNET_NAMECACHE_block_cache(), GNUNET_NAMECACHE_cancel(), and GNUNET_NAMECACHE_lookup_block().
GNUNET_NAMECACHE_ContinuationWithStatus GNUNET_NAMECACHE_QueueEntry::cont |
Continuation to call.
Definition at line 67 of file namecache_api.c.
Referenced by force_reconnect(), GNUNET_NAMECACHE_block_cache(), and handle_block_cache_response().
void* GNUNET_NAMECACHE_QueueEntry::cont_cls |
Closure for cont.
Definition at line 72 of file namecache_api.c.
Referenced by force_reconnect(), GNUNET_NAMECACHE_block_cache(), and handle_block_cache_response().
GNUNET_NAMECACHE_BlockProcessor GNUNET_NAMECACHE_QueueEntry::block_proc |
Function to call with the blocks we get back; or NULL.
Definition at line 77 of file namecache_api.c.
Referenced by GNUNET_NAMECACHE_lookup_block(), and handle_lookup_block_response().
void* GNUNET_NAMECACHE_QueueEntry::block_proc_cls |
Closure for block_proc.
Definition at line 82 of file namecache_api.c.
Referenced by GNUNET_NAMECACHE_lookup_block(), and handle_lookup_block_response().
uint32_t GNUNET_NAMECACHE_QueueEntry::op_id |
The operation id this zone iteration operation has.
Definition at line 87 of file namecache_api.c.
Referenced by find_qe(), GNUNET_NAMECACHE_block_cache(), and GNUNET_NAMECACHE_lookup_block().