GNUnet 0.21.1
SendElementClosure Struct Reference

Used as a closure for sending elements with a specific IBF key. More...

Collaboration diagram for SendElementClosure:
[legend]

Data Fields

struct IBF_Key ibf_key
 The IBF key whose matching elements should be sent. More...
 
struct Operationop
 Operation for which the elements should be sent. More...
 

Detailed Description

Used as a closure for sending elements with a specific IBF key.

Definition at line 248 of file gnunet-service-set_union.c.

Field Documentation

◆ ibf_key

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().

◆ op

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().


The documentation for this struct was generated from the following files: