aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.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/core/test_core_api.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/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index af2b98e41..b3674fdec 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -174,7 +174,8 @@ connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
174 "Asking core (1) for transmission to peer `%4s'\n", 174 "Asking core (1) for transmission to peer `%4s'\n",
175 GNUNET_i2s (&p2.id)); 175 GNUNET_i2s (&p2.id));
176 if (NULL == 176 if (NULL ==
177 GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES, 0, 177 GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES,
178 GNUNET_CORE_PRIO_BEST_EFFORT,
178 GNUNET_TIME_relative_multiply 179 GNUNET_TIME_relative_multiply
179 (GNUNET_TIME_UNIT_SECONDS, 145), 180 (GNUNET_TIME_UNIT_SECONDS, 145),
180 &p2.id, 181 &p2.id,