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. | |
| struct Operation * | op | 
| Operation for which the elements should be sent. | |
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(), send_offers_for_key(), send_offers_iterator(), 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(), send_offers_for_key(), send_offers_iterator(), and send_offers_iterator().