Pending operation on the namecache. More...
Data Fields | |
struct CacheOperation * | prev |
Kept in a DLL. More... | |
struct CacheOperation * | next |
Kept in a DLL. More... | |
struct GNUNET_NAMECACHE_QueueEntry * | qe |
Handle to namecache queue. More... | |
Pending operation on the namecache.
Definition at line 230 of file gnunet-service-zonemaster.c.
struct CacheOperation* CacheOperation::prev |
Kept in a DLL.
Definition at line 235 of file gnunet-service-zonemaster.c.
struct CacheOperation* CacheOperation::next |
Kept in a DLL.
Definition at line 240 of file gnunet-service-zonemaster.c.
struct GNUNET_NAMECACHE_QueueEntry* CacheOperation::qe |
Handle to namecache queue.
Definition at line 245 of file gnunet-service-zonemaster.c.
Referenced by refresh_block(), and shutdown_task().