gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12766 - gnunet/src/testing
Date: Mon, 30 Aug 2010 20:42:37 +0200

Author: nevans
Date: 2010-08-30 20:42:37 +0200 (Mon, 30 Aug 2010)
New Revision: 12766

Modified:
   gnunet/src/testing/testing_group.c
Log:
wrong types

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-08-30 18:37:51 UTC (rev 12765)
+++ gnunet/src/testing/testing_group.c  2010-08-30 18:42:37 UTC (rev 12766)
@@ -3026,7 +3026,7 @@
                                GNUNET_TESTING_STATISTICS_Iterator proc, void 
*cls)
 {
   struct StatsIterateContext *stats_context;
-  struct CoreContext *core_ctx;
+  struct StatsCoreContext *core_ctx;
   unsigned int i;
   unsigned int total_count;
 
@@ -3041,7 +3041,7 @@
       if (pg->peers[i].daemon->running == GNUNET_YES)
         {
           /* Allocate one core context per core we need to connect to */
-          core_ctx = GNUNET_malloc(sizeof(struct CoreContext));
+          core_ctx = GNUNET_malloc(sizeof(struct StatsCoreContext));
           core_ctx->daemon = pg->peers[i].daemon;
           /* Set back pointer to topology iteration context */
           core_ctx->iter_context = stats_context;




reply via email to

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