aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-11 21:23:06 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-11 21:23:06 +0000
commit04901bd0466c485354bef4bfc616a9049a40c115 (patch)
tree284812f16eeb3222b8036e7935415c561dc0ebac /src/include/gnunet_testbed_service.h
parent3e820b51780e04f85a341d1f9780e15b467cc08f (diff)
downloadgnunet-04901bd0466c485354bef4bfc616a9049a40c115.tar.gz
gnunet-04901bd0466c485354bef4bfc616a9049a40c115.zip
fixes for invalid reads
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 065cd0c0f..ba3b8961f 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -113,7 +113,8 @@ GNUNET_TESTBED_host_create_with_id (uint32_t id,
113 * Load a set of hosts from a configuration file. 113 * Load a set of hosts from a configuration file.
114 * 114 *
115 * @param filename file with the host specification 115 * @param filename file with the host specification
116 * @param hosts set to the hosts found in the file 116 * @param hosts set to the hosts found in the file; caller must free this if
117 * number of hosts returned is greater than 0
117 * @return number of hosts returned in 'hosts', 0 on error 118 * @return number of hosts returned in 'hosts', 0 on error
118 */ 119 */
119unsigned int 120unsigned int