aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
commitcf45b8dff29c366d51aa2e6ea6a64b99b514b9c9 (patch)
tree5cb37c041743daff5af528dbbe24f5c563ce702e /src/transport/test_plugin_transport.c
parentb91546a3de767292e6472c6b1927480adba43d88 (diff)
downloadgnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.tar.gz
gnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.zip
bugfixes and redesigning scheduler API
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index ec1b6b76c..856cadeaf 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -179,7 +179,6 @@ validation_notification (void *cls,
179 here will end the process. */ 179 here will end the process. */
180 ok = 0; /* if the last test succeeded, report success */ 180 ok = 0; /* if the last test succeeded, report success */
181 GNUNET_SCHEDULER_add_continuation (sched, 181 GNUNET_SCHEDULER_add_continuation (sched,
182 GNUNET_NO,
183 &unload_task, 182 &unload_task,
184 (void*) cfg, 183 (void*) cfg,
185 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 184 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
@@ -236,9 +235,6 @@ test_validation ()
236 /* add job to catch failure (timeout) */ 235 /* add job to catch failure (timeout) */
237 validation_timeout_task = 236 validation_timeout_task =
238 GNUNET_SCHEDULER_add_delayed (sched, 237 GNUNET_SCHEDULER_add_delayed (sched,
239 GNUNET_NO,
240 GNUNET_SCHEDULER_PRIORITY_KEEP,
241 GNUNET_SCHEDULER_NO_TASK,
242 TIMEOUT, 238 TIMEOUT,
243 &validation_failed, 239 &validation_failed,
244 NULL); 240 NULL);