aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_2dtorus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_2dtorus.c')
-rw-r--r--src/mesh/test_mesh_2dtorus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_2dtorus.c b/src/mesh/test_mesh_2dtorus.c
index e447e11c2..c708e8f44 100644
--- a/src/mesh/test_mesh_2dtorus.c
+++ b/src/mesh/test_mesh_2dtorus.c
@@ -316,7 +316,7 @@ run (void *cls, char *const *args, const char *cfgfile,
316 hosts); 316 hosts);
317 GNUNET_assert (pg != NULL); 317 GNUNET_assert (pg != NULL);
318 shutdown_handle = 318 shutdown_handle =
319 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_get_forever (), 319 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL,
320 &shutdown_task, NULL); 320 &shutdown_task, NULL);
321} 321}
322 322