Context used for comparing HELLOs in GNUNET_HELLO_equals(). More...
Data Fields | |
struct GNUNET_TIME_Absolute | expiration_limit |
Addresses that expired before this date are ignored for the comparison. More... | |
struct GNUNET_TIME_Absolute | result |
Earliest expiration time for which we found a match with a difference in expiration times. More... | |
const struct GNUNET_HELLO_Message * | ref |
HELLO message to compare against. More... | |
const struct GNUNET_HELLO_Address * | address |
Address we are currently looking for. More... | |
struct GNUNET_TIME_Absolute | expiration |
Expiration time of address. More... | |
int | found |
Did we find the address we were looking for? More... | |
Context used for comparing HELLOs in GNUNET_HELLO_equals().
struct GNUNET_TIME_Absolute EqualsContext::expiration_limit |
Addresses that expired before this date are ignored for the comparison.
Definition at line 558 of file hello.c.
Referenced by find_matching(), and find_other_matching().
struct GNUNET_TIME_Absolute EqualsContext::result |
Earliest expiration time for which we found a match with a difference in expiration times.
At this time, the two HELLOs may start to diverge.
Definition at line 558 of file hello.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), find_matching(), and find_other_matching().
const struct GNUNET_HELLO_Message* EqualsContext::ref |
HELLO message to compare against.
(First set to the second HELLO, then set to the first HELLO.)
Definition at line 705 of file hello.c.
Referenced by find_matching().
const struct GNUNET_HELLO_Address* EqualsContext::address |
Address we are currently looking for.
Definition at line 710 of file hello.c.
Referenced by find_matching(), and find_other_matching().
struct GNUNET_TIME_Absolute EqualsContext::expiration |
Expiration time of address.
Definition at line 710 of file hello.c.
Referenced by find_matching(), and find_other_matching().
int EqualsContext::found |
Did we find the address we were looking for?
Definition at line 720 of file hello.c.
Referenced by find_matching(), and find_other_matching().