gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4869 - GNUnet/src/applications/advertising


From: gnunet
Subject: [GNUnet-SVN] r4869 - GNUnet/src/applications/advertising
Date: Tue, 29 May 2007 23:29:01 -0600 (MDT)

Author: grothoff
Date: 2007-05-29 23:29:01 -0600 (Tue, 29 May 2007)
New Revision: 4869

Modified:
   GNUnet/src/applications/advertising/advertising_test.c
Log:
allow abort with CTRL-C

Modified: GNUnet/src/applications/advertising/advertising_test.c
===================================================================
--- GNUnet/src/applications/advertising/advertising_test.c      2007-05-30 
05:17:12 UTC (rev 4868)
+++ GNUnet/src/applications/advertising/advertising_test.c      2007-05-30 
05:29:01 UTC (rev 4869)
@@ -106,6 +106,8 @@
 
   /* check loops */
   for (k=0;k<NUM_ROUNDS;k++) {
+    if (GNUNET_SHUTDOWN_TEST() == YES)
+      break;
     found = 0;
     min = NUM_PEERS;
     for (i=0;i<NUM_PEERS;i++) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]