gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13261 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r13261 - gnunet/src/include
Date: Tue, 12 Oct 2010 13:46:24 +0200

Author: grothoff
Date: 2010-10-12 13:46:24 +0200 (Tue, 12 Oct 2010)
New Revision: 13261

Modified:
   gnunet/src/include/gnunet_testing_lib.h
Log:
break build

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2010-10-12 10:38:41 UTC (rev 
13260)
+++ gnunet/src/include/gnunet_testing_lib.h     2010-10-12 11:46:24 UTC (rev 
13261)
@@ -812,7 +812,8 @@
  *         known topology, GNUNET_NO if not
  */
 int
-GNUNET_TESTING_topology_get(enum GNUNET_TESTING_Topology *topology, char * 
topology_string);
+GNUNET_TESTING_topology_get(enum GNUNET_TESTING_Topology *topology, 
+                           const char * topology_string);
 
 /**
  * Get connect topology option from string input.
@@ -825,7 +826,7 @@
  */
 int
 GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption 
*topology_option,
-                                  char * topology_string);
+                                  const char * topology_string);
 
 
 /**
@@ -847,11 +848,11 @@
  * @return the maximum number of connections were all allowed peers
  *         connected to each other
  */
-int
+unsigned int
 GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg,
                                 enum GNUNET_TESTING_Topology topology,
                                 enum GNUNET_TESTING_Topology restrict_topology,
-                                char *restrict_transports);
+                                const char *restrict_transports);
 
 /**
  * Iterate over all (running) peers in the peer group, retrieve
@@ -862,7 +863,8 @@
  * @param cls closure for callback
  */
 void
-GNUNET_TESTING_get_topology (struct GNUNET_TESTING_PeerGroup *pg, 
GNUNET_TESTING_NotifyTopology cb, void *cls);
+GNUNET_TESTING_get_topology (struct GNUNET_TESTING_PeerGroup *pg,
+                            GNUNET_TESTING_NotifyTopology cb, void *cls);
 
 /**
  * There are many ways to connect peers that are supported by this function.




reply via email to

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