aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
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/hostlist
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/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index ef4debc05..2564991d5 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -381,7 +381,8 @@ connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)
381 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n", 381 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n",
382 size, GNUNET_i2s (peer)); 382 size, GNUNET_i2s (peer));
383 if (NULL == 383 if (NULL ==
384 GNUNET_CORE_notify_transmit_ready (core, GNUNET_YES, 0, 384 GNUNET_CORE_notify_transmit_ready (core, GNUNET_YES,
385 GNUNET_CORE_PRIO_BEST_EFFORT,
385 GNUNET_ADV_TIMEOUT, peer, size, 386 GNUNET_ADV_TIMEOUT, peer, size,
386 &adv_transmit_ready, NULL)) 387 &adv_transmit_ready, NULL))
387 { 388 {