From 6fd0a7efde08115b568b99b7755861a50f1b6c2e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Jan 2014 18:24:13 +0000 Subject: towards reviving priorities in core API, this time with enum to make classes clearer --- src/topology/gnunet-daemon-topology.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/topology/gnunet-daemon-topology.c') diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index e4e9808e4..db9177be8 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -641,7 +641,8 @@ schedule_next_hello (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { /* now! */ pl->hello_req = - GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES, 0, + GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES, + GNUNET_CORE_PRIO_BEST_EFFORT, GNUNET_CONSTANTS_SERVICE_TIMEOUT, &pl->pid, next_want, &hello_advertising_ready, pl); -- cgit v1.2.3