Closure for check_connection_quality. More...
Data Fields | |
struct Queue * | q |
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... | |
Closure for check_connection_quality.
Definition at line 11715 of file gnunet-service-transport.c.
struct Queue* QueueQualityContext::q |
Set to the k'th queue encountered.
Definition at line 11720 of file gnunet-service-transport.c.
Referenced by start_dv_learn().
unsigned int QueueQualityContext::quality_count |
Set to the number of quality queues encountered.
Definition at line 11725 of file gnunet-service-transport.c.
Referenced by start_dv_learn().
unsigned int QueueQualityContext::num_queues |
Set to the total number of queues encountered.
Definition at line 11730 of file gnunet-service-transport.c.
Referenced by start_dv_learn().
unsigned int QueueQualityContext::k |
Decremented for each queue, for selection of the k-th queue in q.
Definition at line 11736 of file gnunet-service-transport.c.
Referenced by start_dv_learn().