Used as a closure for sending elements with a specific IBF key. More...
Data Fields | |
struct IBF_Key | ibf_key |
The IBF key whose matching elements should be sent. More... | |
struct Operation * | op |
Operation for which the elements should be sent. More... | |
Used as a closure for sending elements with a specific IBF key.
Definition at line 248 of file gnunet-service-set_union.c.
struct IBF_Key SendElementClosure::ibf_key |
The IBF key whose matching elements should be sent.
Definition at line 254 of file gnunet-service-set_union.c.
Referenced by send_offers_for_key(), and send_offers_iterator().
struct Operation * SendElementClosure::op |
Operation for which the elements should be sent.
Definition at line 260 of file gnunet-service-set_union.c.
Referenced by send_offers_for_key(), and send_offers_iterator().