aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 18:24:13 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 18:24:13 +0000
commit6fd0a7efde08115b568b99b7755861a50f1b6c2e (patch)
treed8d712f0a5cafe18ddf8ff33296ff24b30beae7f /src/topology/gnunet-daemon-topology.c
parent6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023 (diff)
downloadgnunet-6fd0a7efde08115b568b99b7755861a50f1b6c2e.tar.gz
gnunet-6fd0a7efde08115b568b99b7755861a50f1b6c2e.zip
towards reviving priorities in core API, this time with enum to make classes clearer
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c3
1 files changed, 2 insertions, 1 deletions
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)
641 { 641 {
642 /* now! */ 642 /* now! */
643 pl->hello_req = 643 pl->hello_req =
644 GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES, 0, 644 GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES,
645 GNUNET_CORE_PRIO_BEST_EFFORT,
645 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 646 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
646 &pl->pid, next_want, 647 &pl->pid, next_want,
647 &hello_advertising_ready, pl); 648 &hello_advertising_ready, pl);