gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4802 - GNUnet/src/applications/session


From: gnunet
Subject: [GNUnet-SVN] r4802 - GNUnet/src/applications/session
Date: Sat, 26 May 2007 20:00:56 -0600 (MDT)

Author: grothoff
Date: 2007-05-26 20:00:56 -0600 (Sat, 26 May 2007)
New Revision: 4802

Modified:
   GNUnet/src/applications/session/sessiontest.c
Log:
fx

Modified: GNUnet/src/applications/session/sessiontest.c
===================================================================
--- GNUnet/src/applications/session/sessiontest.c       2007-05-27 01:32:57 UTC 
(rev 4801)
+++ GNUnet/src/applications/session/sessiontest.c       2007-05-27 02:00:56 UTC 
(rev 4802)
@@ -111,10 +111,10 @@
     sock = client_connection_create(NULL,
                                    cfg);
     left = 30; /* how many iterations should we wait? */
-    while (OK == requestStatistics(NULL,
-                                  sock,
-                                  &waitForConnect,
-                                  NULL)) {
+    while (OK == STATS_getStatistics(NULL,
+                                    sock,
+                                    &waitForConnect,
+                                    NULL)) {
       printf("Waiting for peers to connect (%u iterations left)...\n",
             left);
       sleep(5);





reply via email to

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