GNUnet 0.21.1
GNUNET_PEERSTORE_NotifyContext Struct Reference

Context for the info handler. More...

Collaboration diagram for GNUNET_PEERSTORE_NotifyContext:
[legend]

Data Fields

struct GNUNET_PEERSTORE_Handleh
 Peerstore handle. More...
 
GNUNET_PEERSTORE_hello_notify_cb callback
 Function to call with information. More...
 
void * callback_cls
 Closure for callback. More...
 
struct GNUNET_PEERSTORE_Monitorwc
 The watch for this context. More...
 
unsigned int canceled
 Is this request canceled. More...
 
uint32_t rid
 Request ID. More...
 

Detailed Description

Context for the info handler.

Definition at line 292 of file peerstore_api.c.

Field Documentation

◆ h

struct GNUNET_PEERSTORE_Handle* GNUNET_PEERSTORE_NotifyContext::h

Peerstore handle.

Definition at line 297 of file peerstore_api.c.

◆ callback

GNUNET_PEERSTORE_hello_notify_cb GNUNET_PEERSTORE_NotifyContext::callback

Function to call with information.

Definition at line 302 of file peerstore_api.c.

◆ callback_cls

void* GNUNET_PEERSTORE_NotifyContext::callback_cls

Closure for callback.

Definition at line 307 of file peerstore_api.c.

◆ wc

struct GNUNET_PEERSTORE_Monitor* GNUNET_PEERSTORE_NotifyContext::wc

The watch for this context.

Definition at line 312 of file peerstore_api.c.

◆ canceled

unsigned int GNUNET_PEERSTORE_NotifyContext::canceled

Is this request canceled.

Definition at line 317 of file peerstore_api.c.

◆ rid

uint32_t GNUNET_PEERSTORE_NotifyContext::rid

Request ID.

Definition at line 322 of file peerstore_api.c.


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