diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-01-30 18:24:13 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-01-30 18:24:13 +0000 |
commit | 6fd0a7efde08115b568b99b7755861a50f1b6c2e (patch) | |
tree | d8d712f0a5cafe18ddf8ff33296ff24b30beae7f /src/topology | |
parent | 6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023 (diff) |
towards reviving priorities in core API, this time with enum to make classes clearer
Diffstat (limited to 'src/topology')
-rw-r--r-- | src/topology/gnunet-daemon-topology.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index e4e9808e43..db9177be8f 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); |