Lists of subscribers we manage for notifications. More...
Data Fields | |
struct SubscriberList * | next |
This is a doubly linked list. More... | |
struct SubscriberList * | prev |
This is a doubly linked list. More... | |
struct GNUNET_NotificationContext * | nc |
Overall context this subscriber belongs to. More... | |
struct GNUNET_MQ_DestroyNotificationHandle * | mq_nh |
Handle where we registered with mq to be told about the MQ's destruction. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue for the subscriber. More... | |
struct SubscriberList* SubscriberList::next |
This is a doubly linked list.
Definition at line 43 of file nc.c.
Referenced by GNUNET_notification_context_add(), GNUNET_notification_context_broadcast(), and GNUNET_notification_context_get_size().
struct SubscriberList* SubscriberList::prev |
struct GNUNET_NotificationContext* SubscriberList::nc |
Overall context this subscriber belongs to.
Definition at line 53 of file nc.c.
Referenced by GNUNET_notification_context_add(), and handle_mq_destroy().
struct GNUNET_MQ_DestroyNotificationHandle* SubscriberList::mq_nh |
Handle where we registered with mq to be told about the MQ's destruction.
Definition at line 59 of file nc.c.
Referenced by GNUNET_notification_context_add(), and GNUNET_notification_context_destroy().
struct GNUNET_MQ_Handle* SubscriberList::mq |
Message queue for the subscriber.
Definition at line 64 of file nc.c.
Referenced by GNUNET_notification_context_add(), and GNUNET_notification_context_broadcast().