Closure for #find_peer_at() and check_match(). More...
Data Fields | |
struct CadetPeerPath * | match |
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... | |
Closure for #find_peer_at() and check_match().
Definition at line 313 of file gnunet-service-cadet_paths.c.
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().
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().
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().