GNUnet 0.21.1
GarbageContext Struct Reference

Context for the garbage_collect_cb(). More...

Collaboration diagram for GarbageContext:
[legend]

Data Fields

struct GNUNET_CONTAINER_MultiHashMapmap
 Map for which we are garbage collecting removed elements. More...
 
unsigned int min_op_generation
 Lowest generation for which an operation is still pending. More...
 
unsigned int max_op_generation
 Largest generation for which an operation is still pending. More...
 

Detailed Description

Context for the garbage_collect_cb().

Definition at line 228 of file gnunet-service-set.c.

Field Documentation

◆ map

struct GNUNET_CONTAINER_MultiHashMap* GarbageContext::map

Map for which we are garbage collecting removed elements.

Definition at line 233 of file gnunet-service-set.c.

Referenced by collect_generation_garbage().

◆ min_op_generation

unsigned int GarbageContext::min_op_generation

Lowest generation for which an operation is still pending.

Definition at line 238 of file gnunet-service-set.c.

Referenced by collect_generation_garbage().

◆ max_op_generation

unsigned int GarbageContext::max_op_generation

Largest generation for which an operation is still pending.

Definition at line 243 of file gnunet-service-set.c.

Referenced by collect_generation_garbage().


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