GNUnet 0.21.1
CheckMatchContext Struct Reference

Closure for #find_peer_at() and check_match(). More...

Collaboration diagram for CheckMatchContext:
[legend]

Data Fields

struct CadetPeerPathmatch
 Set to a matching path, if any. More...
 
struct CadetPeer ** cpath
 Array the combined paths. More...
 
unsigned int cpath_length
 How long is the cpath array? More...
 

Detailed Description

Closure for #find_peer_at() and check_match().

Definition at line 313 of file gnunet-service-cadet_paths.c.

Field Documentation

◆ match

struct CadetPeerPath* CheckMatchContext::match

Set to a matching path, if any.

Definition at line 318 of file gnunet-service-cadet_paths.c.

Referenced by check_match(), GCPP_get_path_from_route(), and GCPP_try_path_from_dht().

◆ cpath

struct CadetPeer** CheckMatchContext::cpath

Array the combined paths.

Definition at line 323 of file gnunet-service-cadet_paths.c.

Referenced by check_match(), GCPP_get_path_from_route(), and GCPP_try_path_from_dht().

◆ cpath_length

unsigned int CheckMatchContext::cpath_length

How long is the cpath array?

Definition at line 328 of file gnunet-service-cadet_paths.c.

Referenced by check_match(), GCPP_get_path_from_route(), and GCPP_try_path_from_dht().


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