gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21617 - gnunet/src/include
Date: Mon, 28 May 2012 18:56:14 +0200

Author: harsha
Date: 2012-05-28 18:56:14 +0200 (Mon, 28 May 2012)
New Revision: 21617

Modified:
   gnunet/src/include/gnunet_testing_lib-new.h
Log:
-updated testing new lib

Modified: gnunet/src/include/gnunet_testing_lib-new.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib-new.h 2012-05-28 15:53:38 UTC (rev 
21616)
+++ gnunet/src/include/gnunet_testing_lib-new.h 2012-05-28 16:56:14 UTC (rev 
21617)
@@ -146,12 +146,12 @@
  * by 'GNUNET_TESTING_peer_configure'.
  *
  * @param system system to use to coordinate resource usage
- * @param cfg template configuration to update
- * @return GNUNET_OK on success, GNUNET_SYSERR on error
+ * @param cfg template configuration
+ * @return the new configuration; NULL upon error;
  */
-int
+struct GNUNET_CONFIGURATION_Handle *
 GNUNET_TESTING_configuration_create (struct GNUNET_TESTING_System *system,
-                                    struct GNUNET_CONFIGURATION_Handle *cfg);
+                                    const struct GNUNET_CONFIGURATION_Handle 
*cfg);
 // FIXME: add dual to 'release' ports again...
 
 




reply via email to

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