GNUnet 0.21.1
CacheOperation Struct Reference

Pending operation on the namecache. More...

Collaboration diagram for CacheOperation:
[legend]

Data Fields

struct CacheOperationprev
 Kept in a DLL. More...
 
struct CacheOperationnext
 Kept in a DLL. More...
 
struct GNUNET_NAMECACHE_QueueEntryqe
 Handle to namecache queue. More...
 

Detailed Description

Pending operation on the namecache.

Definition at line 225 of file gnunet-service-zonemaster.c.

Field Documentation

◆ prev

struct CacheOperation* CacheOperation::prev

Kept in a DLL.

Definition at line 230 of file gnunet-service-zonemaster.c.

◆ next

struct CacheOperation* CacheOperation::next

Kept in a DLL.

Definition at line 235 of file gnunet-service-zonemaster.c.

◆ qe

struct GNUNET_NAMECACHE_QueueEntry* CacheOperation::qe

Handle to namecache queue.

Definition at line 240 of file gnunet-service-zonemaster.c.

Referenced by refresh_block(), and shutdown_task().


The documentation for this struct was generated from the following file: