aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-19 14:59:43 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-19 14:59:43 +0000
commit87c2411c30758a5a6f39b433b8012c030ecd5963 (patch)
tree368ac889496cef47d5136b860c3c7688e0314a1e /src/include/gnunet_testing_lib.h
parent1079f746c943b2efffa28970fe03f679334c3bb3 (diff)
downloadgnunet-87c2411c30758a5a6f39b433b8012c030ecd5963.tar.gz
gnunet-87c2411c30758a5a6f39b433b8012c030ecd5963.zip
- simple test case for service sharing in testing deployments
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index d4c5b5b37..bf5e9e522 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -111,7 +111,7 @@ struct GNUNET_TESTING_System *
111GNUNET_TESTING_system_create (const char *testdir, 111GNUNET_TESTING_system_create (const char *testdir,
112 const char *trusted_ip, 112 const char *trusted_ip,
113 const char *hostname, 113 const char *hostname,
114 const struct GNUNET_TESTING_SharedService ** 114 const struct GNUNET_TESTING_SharedService *
115 shared_services); 115 shared_services);
116 116
117 117
@@ -141,8 +141,8 @@ struct GNUNET_TESTING_System *
141GNUNET_TESTING_system_create_with_portrange (const char *testdir, 141GNUNET_TESTING_system_create_with_portrange (const char *testdir,
142 const char *trusted_ip, 142 const char *trusted_ip,
143 const char *hostname, 143 const char *hostname,
144 const struct 144 const struct
145 GNUNET_TESTING_SharedService ** 145 GNUNET_TESTING_SharedService *
146 shared_services, 146 shared_services,
147 uint16_t lowport, 147 uint16_t lowport,
148 uint16_t highport); 148 uint16_t highport);