gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14663 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r14663 - gnunet/src/testing
Date: Wed, 16 Mar 2011 12:17:54 +0100

Author: nevans
Date: 2011-03-16 12:17:54 +0100 (Wed, 16 Mar 2011)
New Revision: 14663

Modified:
   gnunet/src/testing/test_testing_topology.c
Log:
core api change

Modified: gnunet/src/testing/test_testing_topology.c
===================================================================
--- gnunet/src/testing/test_testing_topology.c  2011-03-16 07:00:20 UTC (rev 
14662)
+++ gnunet/src/testing/test_testing_topology.c  2011-03-16 11:17:54 UTC (rev 
14663)
@@ -519,6 +519,7 @@
                   GNUNET_i2s (my_identity), 
GNUNET_h2s(&pos->peer1->id.hashPubKey));
 #endif
       if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle,
+                                                     GNUNET_YES,
                                                      0,
                                                      TIMEOUT,
                                                      &pos->peer2->id,
@@ -572,6 +573,7 @@
                 GNUNET_i2s (&pos->peer2->id), 
GNUNET_h2s(&pos->peer1->id.hashPubKey));
 #endif
       if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle,
+                                                     GNUNET_YES,
                                                      0,
                                                      TIMEOUT,
                                                      &pos->peer2->id,




reply via email to

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