Closure for find_advertisable_hello(). More...
Data Fields | |
struct Peer * | peer |
Peer we want to advertise to. More... | |
struct Peer * | result |
Where to store the result (peer selected for advertising). More... | |
size_t | max_size |
Maximum HELLO size we can use right now. More... | |
struct GNUNET_TIME_Relative | next_adv |
Closure for find_advertisable_hello().
Definition at line 357 of file gnunet-daemon-topology.c.
struct Peer* FindAdvHelloContext::peer |
Peer we want to advertise to.
Definition at line 362 of file gnunet-daemon-topology.c.
Referenced by find_advertisable_hello(), and schedule_next_hello().
struct Peer* FindAdvHelloContext::result |
Where to store the result (peer selected for advertising).
Definition at line 367 of file gnunet-daemon-topology.c.
Referenced by find_advertisable_hello(), and schedule_next_hello().
size_t FindAdvHelloContext::max_size |
Maximum HELLO size we can use right now.
Definition at line 372 of file gnunet-daemon-topology.c.
Referenced by find_advertisable_hello(), and schedule_next_hello().
struct GNUNET_TIME_Relative FindAdvHelloContext::next_adv |
Definition at line 374 of file gnunet-daemon-topology.c.
Referenced by find_advertisable_hello(), and schedule_next_hello().