gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9357 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r9357 - GNUnet/src/applications/fs/gap
Date: Fri, 30 Oct 2009 19:10:30 -0600

Author: nevans
Date: 2009-10-30 19:10:30 -0600 (Fri, 30 Oct 2009)
New Revision: 9357

Modified:
   GNUnet/src/applications/fs/gap/test_gap_dv.c
Log:


Modified: GNUnet/src/applications/fs/gap/test_gap_dv.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_gap_dv.c        2009-10-31 00:03:58 UTC 
(rev 9356)
+++ GNUnet/src/applications/fs/gap/test_gap_dv.c        2009-10-31 01:10:30 UTC 
(rev 9357)
@@ -607,14 +607,6 @@
                          fprintf (stdout, "Download from peer %d away took 
%llu milliseconds\n", j, (endTime - startTime));
                          finish_time = endTime - startTime;
                        }
-                       if (fd != -1)
-                       {
-                         len = snprintf(NULL, 0, "%d\t%d\t%llu\n", size, j, 
finish_time) + 1;
-                               buf = GNUNET_malloc(len);
-                               sprintf(buf, "%d\t%d\t%llu\n", size, j, 
finish_time);
-                               ret = WRITE (fd, buf, len - 1);
-                               GNUNET_free(buf);
-                       }
 
                        old_total_gap_queries_sent = total_gap_queries_sent;
                        old_total_gap_requests_started = 
total_gap_requests_started;
@@ -649,6 +641,16 @@
                        new_total_gap_requests_dropped = 
total_gap_requests_dropped - old_total_gap_requests_dropped;
 
                        fprintf(stdout, "Total gap requests initiated: 
%llu\nTotal gap queries sent: %llu\nTotal dv requests sent: %llu\nTotal replies 
to clients: %llu\nTotal gap dv replies: %llu\nTotal gap requests dropped: 
%llu\n", new_total_gap_requests_started, new_total_gap_requests_started, 
new_total_gap_dv_requests_sent, new_total_gap_replies_to_client, 
new_total_gap_dv_replies, new_total_gap_requests_dropped);
+
+            if (fd != -1)
+             {
+               len = snprintf(NULL, 0, 
"%d\t%d\t%llu\t%llu\t%llu\t%llu\t%llu\t%llu\t%llu\n", size, j, finish_time, 
new_total_gap_queries_sent, new_total_gap_requests_started, 
new_total_gap_replies_to_client, new_total_gap_dv_requests_sent, 
new_total_gap_dv_replies, new_total_gap_requests_dropped) + 1;
+               buf = GNUNET_malloc(len);
+               sprintf(buf, "%d\t%d\t%llu\n", size, j, finish_time);
+               ret = WRITE (fd, buf, len - 1);
+               GNUNET_free(buf);
+             }
+
                        if (GNUNET_shutdown_test() == GNUNET_YES)
                                break;
                        GNUNET_free(file_uri);





reply via email to

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