aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
commit95f9076a2139f5fb042b944a0658b6cda2fa35db (patch)
treeb0826a2a1dcf812e6b4450fe6b05d47cd53ae49d /src/conversation/gnunet-conversation-test.c
parent7746f68db77b9ca3c4aaca24ab2ce5253461240b (diff)
downloadgnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.tar.gz
gnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.zip
implementing new scheduler shutdown semantics
Diffstat (limited to 'src/conversation/gnunet-conversation-test.c')
-rw-r--r--src/conversation/gnunet-conversation-test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-test.c b/src/conversation/gnunet-conversation-test.c
index fe6eae925..815c7ef11 100644
--- a/src/conversation/gnunet-conversation-test.c
+++ b/src/conversation/gnunet-conversation-test.c
@@ -204,9 +204,8 @@ run (void *cls, char *const *args, const char *cfgfile,
204 switch_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, 204 switch_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT,
205 &switch_to_speaker, 205 &switch_to_speaker,
206 NULL); 206 NULL);
207 st = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 207 st = GNUNET_SCHEDULER_add_shutdown (&do_shutdown,
208 &do_shutdown, 208 NULL);
209 NULL);
210 fprintf (stderr, 209 fprintf (stderr,
211 _("We will now be recording you for %s. After that time, the recording will be played back to you..."), 210 _("We will now be recording you for %s. After that time, the recording will be played back to you..."),
212 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES)); 211 GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES));