aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_test_lib.h')
-rw-r--r--src/dht/dht_test_lib.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/dht/dht_test_lib.h b/src/dht/dht_test_lib.h
index c60cc7d1e..716daaacf 100644
--- a/src/dht/dht_test_lib.h
+++ b/src/dht/dht_test_lib.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20/** 20/**
21 * @file dht/dht_test_lib.h 21 * @file dht/dht_test_lib.h
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -52,10 +52,10 @@ struct GNUNET_DHT_TEST_Context;
52 * @param dhts handle to each of the DHTs of the peers 52 * @param dhts handle to each of the DHTs of the peers
53 */ 53 */
54typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls, 54typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls,
55 struct GNUNET_DHT_TEST_Context *ctx, 55 struct GNUNET_DHT_TEST_Context *ctx,
56 unsigned int num_peers, 56 unsigned int num_peers,
57 struct GNUNET_TESTBED_Peer **peers, 57 struct GNUNET_TESTBED_Peer **peers,
58 struct GNUNET_DHT_Handle **dhts); 58 struct GNUNET_DHT_Handle **dhts);
59 59
60 60
61/** 61/**
@@ -69,11 +69,11 @@ typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls,
69 * @param tmain_cls closure for 'tmain' 69 * @param tmain_cls closure for 'tmain'
70 */ 70 */
71void 71void
72GNUNET_DHT_TEST_run (const char *testname, 72GNUNET_DHT_TEST_run(const char *testname,
73 const char *cfgname, 73 const char *cfgname,
74 unsigned int num_peers, 74 unsigned int num_peers,
75 GNUNET_DHT_TEST_AppMain tmain, 75 GNUNET_DHT_TEST_AppMain tmain,
76 void *tmain_cls); 76 void *tmain_cls);
77 77
78 78
79/** 79/**
@@ -82,7 +82,7 @@ GNUNET_DHT_TEST_run (const char *testname,
82 * @param ctx handle for the testbed 82 * @param ctx handle for the testbed
83 */ 83 */
84void 84void
85GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx); 85GNUNET_DHT_TEST_cleanup(struct GNUNET_DHT_TEST_Context *ctx);
86 86
87#if 0 /* keep Emacsens' auto-indent happy */ 87#if 0 /* keep Emacsens' auto-indent happy */
88{ 88{