GNUnet 0.21.1
cb_cls_pack Struct Reference

Struct used to pack the callback, its closure (provided by the caller) and the connection handler to the service to pass it to a callback function. More...

Collaboration diagram for cb_cls_pack:
[legend]

Data Fields

GNUNET_RPS_NotifyReadyCB cb
 Callback provided by the client. More...
 
void * cls
 Closure provided by the client. More...
 
struct GNUNET_CLIENT_Connection * service_conn
 Handle to the service connection. More...
 

Detailed Description

Struct used to pack the callback, its closure (provided by the caller) and the connection handler to the service to pass it to a callback function.

Definition at line 261 of file rps_api.c.

Field Documentation

◆ cb

GNUNET_RPS_NotifyReadyCB cb_cls_pack::cb

Callback provided by the client.

Definition at line 266 of file rps_api.c.

◆ cls

void* cb_cls_pack::cls

Closure provided by the client.

Definition at line 271 of file rps_api.c.

◆ service_conn

struct GNUNET_CLIENT_Connection* cb_cls_pack::service_conn

Handle to the service connection.

Definition at line 276 of file rps_api.c.


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