GNUnet 0.21.1
GNUNET_MQ_DestroyNotificationHandle Struct Reference

Handle we return for callbacks registered to be notified when GNUNET_MQ_destroy() is called on a queue. More...

Collaboration diagram for GNUNET_MQ_DestroyNotificationHandle:
[legend]

Data Fields

struct GNUNET_MQ_DestroyNotificationHandleprev
 Kept in a DLL. More...
 
struct GNUNET_MQ_DestroyNotificationHandlenext
 Kept in a DLL. More...
 
struct GNUNET_MQ_Handlemq
 Queue to notify about. More...
 
GNUNET_SCHEDULER_TaskCallback cb
 Function to call. More...
 
void * cb_cls
 Closure for cb. More...
 

Detailed Description

Handle we return for callbacks registered to be notified when GNUNET_MQ_destroy() is called on a queue.

Definition at line 653 of file mq.c.

Field Documentation

◆ prev

struct GNUNET_MQ_DestroyNotificationHandle* GNUNET_MQ_DestroyNotificationHandle::prev

Kept in a DLL.

Definition at line 658 of file mq.c.

◆ next

struct GNUNET_MQ_DestroyNotificationHandle* GNUNET_MQ_DestroyNotificationHandle::next

Kept in a DLL.

Definition at line 663 of file mq.c.

◆ mq

struct GNUNET_MQ_Handle* GNUNET_MQ_DestroyNotificationHandle::mq

Queue to notify about.

Definition at line 668 of file mq.c.

Referenced by GNUNET_MQ_destroy_notify(), and GNUNET_MQ_destroy_notify_cancel().

◆ cb

GNUNET_SCHEDULER_TaskCallback GNUNET_MQ_DestroyNotificationHandle::cb

Function to call.

Definition at line 673 of file mq.c.

Referenced by GNUNET_MQ_destroy(), and GNUNET_MQ_destroy_notify().

◆ cb_cls

void* GNUNET_MQ_DestroyNotificationHandle::cb_cls

Closure for cb.

Definition at line 678 of file mq.c.

Referenced by GNUNET_MQ_destroy(), and GNUNET_MQ_destroy_notify().


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