GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
unsigned int quality_count
 Set to the number of quality queues encountered.
 
unsigned int num_queues
 Set to the total number of queues encountered.
 
unsigned int k
 Decremented for each queue, for selection of the k-th queue in q.
 

Detailed Description

Closure for check_connection_quality.

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

Field Documentation

◆ q

struct Queue* QueueQualityContext::q

Set to the k'th queue encountered.

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

Referenced by sign_dv_init_cb().

◆ quality_count

unsigned int QueueQualityContext::quality_count

Set to the number of quality queues encountered.

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

Referenced by sign_dv_init_cb(), and start_dv_learn().

◆ num_queues

unsigned int QueueQualityContext::num_queues

Set to the total number of queues encountered.

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

Referenced by sign_dv_init_cb(), and start_dv_learn().

◆ k

unsigned int QueueQualityContext::k

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

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

Referenced by sign_dv_init_cb(), and start_dv_learn().


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