Function gnunet_sys::GNUNET_notification_context_broadcast[][src]

pub unsafe extern "C" fn GNUNET_notification_context_broadcast(
    nc: *mut GNUNET_NotificationContext,
    msg: *const GNUNET_MessageHeader,
    can_drop: c_int
)

Send a message to all subscribers of this context.

@param nc context to modify @param msg message to send @param can_drop can this message be dropped due to queue length limitations