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 45 of file namecache_api.c.
struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_QueueEntry::next |
Kept in a DLL.
Definition at line 50 of file namecache_api.c.
struct GNUNET_NAMECACHE_QueueEntry* GNUNET_NAMECACHE_QueueEntry::prev |
Kept in a DLL.
Definition at line 55 of file namecache_api.c.
struct GNUNET_NAMECACHE_Handle* GNUNET_NAMECACHE_QueueEntry::nsh |
Main handle to access the namecache.
Definition at line 60 of file namecache_api.c.
GNUNET_NAMECACHE_ContinuationWithStatus GNUNET_NAMECACHE_QueueEntry::cont |
Continuation to call.
Definition at line 65 of file namecache_api.c.
void* GNUNET_NAMECACHE_QueueEntry::cont_cls |
Closure for cont.
Definition at line 70 of file namecache_api.c.
GNUNET_NAMECACHE_BlockProcessor GNUNET_NAMECACHE_QueueEntry::block_proc |
Function to call with the blocks we get back; or NULL.
Definition at line 75 of file namecache_api.c.
void* GNUNET_NAMECACHE_QueueEntry::block_proc_cls |
Closure for block_proc.
Definition at line 80 of file namecache_api.c.
uint32_t GNUNET_NAMECACHE_QueueEntry::op_id |
The operation id this zone iteration operation has.
Definition at line 85 of file namecache_api.c.