GNUnet 0.21.1
QueueQualityContext Struct Reference

Closure for check_connection_quality. More...

Collaboration diagram for QueueQualityContext:
[legend]

Data Fields

struct Queueq
 Set to the k'th queue encountered. More...
 
unsigned int quality_count
 Set to the number of quality queues encountered. More...
 
unsigned int num_queues
 Set to the total number of queues encountered. More...
 
unsigned int k
 Decremented for each queue, for selection of the k-th queue in q. More...
 

Detailed Description

Closure for check_connection_quality.

Definition at line 11305 of file gnunet-service-transport.c.

Field Documentation

◆ q

struct Queue* QueueQualityContext::q

Set to the k'th queue encountered.

Definition at line 11310 of file gnunet-service-transport.c.

Referenced by start_dv_learn().

◆ quality_count

unsigned int QueueQualityContext::quality_count

Set to the number of quality queues encountered.

Definition at line 11315 of file gnunet-service-transport.c.

Referenced by start_dv_learn().

◆ num_queues

unsigned int QueueQualityContext::num_queues

Set to the total number of queues encountered.

Definition at line 11320 of file gnunet-service-transport.c.

Referenced by start_dv_learn().

◆ k

unsigned int QueueQualityContext::k

Decremented for each queue, for selection of the k-th queue in q.

Definition at line 11326 of file gnunet-service-transport.c.

Referenced by start_dv_learn().


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