Context for the garbage_collect_cb(). More...
Data Fields | |
struct GNUNET_CONTAINER_MultiHashMap * | map |
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... | |
Context for the garbage_collect_cb().
Definition at line 228 of file gnunet-service-set.c.
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().
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().
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().