aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib-new.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-05-28 18:27:25 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-05-28 18:27:25 +0000
commitf105a48ab7fd40c4285ca202340d4991ea316eef (patch)
treed976985519767c699917246e0b664f088fe60968 /src/include/gnunet_testing_lib-new.h
parent935130d02b93c91350e855ed5fda9babd21047d0 (diff)
downloadgnunet-f105a48ab7fd40c4285ca202340d4991ea316eef.tar.gz
gnunet-f105a48ab7fd40c4285ca202340d4991ea316eef.zip
-reverted GNUNET_TESTING_configuration_create()
Diffstat (limited to 'src/include/gnunet_testing_lib-new.h')
-rw-r--r--src/include/gnunet_testing_lib-new.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h
index 46cd5a466..1fb3c1a02 100644
--- a/src/include/gnunet_testing_lib-new.h
+++ b/src/include/gnunet_testing_lib-new.h
@@ -146,12 +146,13 @@ GNUNET_TESTING_release_port (struct GNUNET_TESTING_System *system,
146 * by 'GNUNET_TESTING_peer_configure'. 146 * by 'GNUNET_TESTING_peer_configure'.
147 * 147 *
148 * @param system system to use to coordinate resource usage 148 * @param system system to use to coordinate resource usage
149 * @param cfg template configuration 149 * @param cfg template configuration to update
150 * @return the new configuration; NULL upon error; 150 * @return GNUNET_OK on success, GNUNET_SYSERR on error - the configuration will
151 * be incomplete and should not be used there upon
151 */ 152 */
152struct GNUNET_CONFIGURATION_Handle * 153int
153GNUNET_TESTING_configuration_create (struct GNUNET_TESTING_System *system, 154GNUNET_TESTING_configuration_create (struct GNUNET_TESTING_System *system,
154 const struct GNUNET_CONFIGURATION_Handle *cfg); 155 struct GNUNET_CONFIGURATION_Handle *cfg);
155// FIXME: add dual to 'release' ports again... 156// FIXME: add dual to 'release' ports again...
156 157
157 158