Handle we return for callbacks registered to be notified when GNUNET_MQ_destroy() is called on a queue. More...
Data Fields | |
struct GNUNET_MQ_DestroyNotificationHandle * | prev |
Kept in a DLL. More... | |
struct GNUNET_MQ_DestroyNotificationHandle * | next |
Kept in a DLL. More... | |
struct GNUNET_MQ_Handle * | mq |
Queue to notify about. More... | |
GNUNET_SCHEDULER_TaskCallback | cb |
Function to call. More... | |
void * | cb_cls |
Closure for cb. More... | |
Handle we return for callbacks registered to be notified when GNUNET_MQ_destroy() is called on a queue.
struct GNUNET_MQ_DestroyNotificationHandle* GNUNET_MQ_DestroyNotificationHandle::prev |
struct GNUNET_MQ_DestroyNotificationHandle* GNUNET_MQ_DestroyNotificationHandle::next |
struct GNUNET_MQ_Handle* GNUNET_MQ_DestroyNotificationHandle::mq |
Queue to notify about.
Definition at line 685 of file mq.c.
Referenced by GNUNET_MQ_destroy_notify(), and GNUNET_MQ_destroy_notify_cancel().
GNUNET_SCHEDULER_TaskCallback GNUNET_MQ_DestroyNotificationHandle::cb |
Function to call.
Definition at line 690 of file mq.c.
Referenced by GNUNET_MQ_destroy(), and GNUNET_MQ_destroy_notify().
void* GNUNET_MQ_DestroyNotificationHandle::cb_cls |
Closure for cb.
Definition at line 695 of file mq.c.
Referenced by GNUNET_MQ_destroy(), and GNUNET_MQ_destroy_notify().