max_carry = av->available_bytes_per_s__ * av->max_carry_s__;
if (max_carry < GNUNET_SERVER_MAX_MESSAGE_SIZE)
max_carry = GNUNET_SERVER_MAX_MESSAGE_SIZE;
- av->consumption_since_last_update__ = -left_bytes;
if (max_carry > left_bytes)
av->consumption_since_last_update__ = -left_bytes;
else
task_cls,
GNUNET_SCHEDULER_REASON_STARTUP);
#if ENABLE_WINDOWS_WORKAROUNDS
- GNUNET_SCHEDULER_add_continuation (GNUNET_OS_install_parent_control_handler,
+ GNUNET_SCHEDULER_add_continuation (&GNUNET_OS_install_parent_control_handler,
NULL, GNUNET_SCHEDULER_REASON_STARTUP);
#endif
-
last_tr = 0;
busy_wait_warning = 0;
while ((pending != NULL) ||