void GNUNET_notification_context_broadcast(struct GNUNET_NotificationContext *nc, const struct GNUNET_MessageHeader *msg, int can_drop)
Send a message to all subscribers of this context.
 
static struct GNUNET_MQ_Handle * mq
Our connection to the resolver service, created on-demand, but then persists until error or shutdown.
 
The notification context is the key datastructure for a convenience API used for transmission of noti...
 
unsigned int queue_length
Maximum number of optional messages to queue per subscriber.