aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadeT_util.h
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-06-19 22:17:33 +0200
committerxrs <xrs@mail36.net>2020-06-19 22:17:33 +0200
commitbcd310958724db5e13b1f88f9316988c49ddb1b5 (patch)
treefa67d151a77c1b329c99eb6729ec694b552005fe /src/cadet/test_cadeT_util.h
parent49cf7a8e893eaf7682ac12c7d0ea5ca4a6d1a73d (diff)
downloadgnunet-bcd310958724db5e13b1f88f9316988c49ddb1b5.tar.gz
gnunet-bcd310958724db5e13b1f88f9316988c49ddb1b5.zip
use testbed methods to alter underlaylinkmodel
Diffstat (limited to 'src/cadet/test_cadeT_util.h')
-rw-r--r--src/cadet/test_cadeT_util.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/cadet/test_cadeT_util.h b/src/cadet/test_cadeT_util.h
index 1c85abab6..b93804613 100644
--- a/src/cadet/test_cadeT_util.h
+++ b/src/cadet/test_cadeT_util.h
@@ -33,12 +33,19 @@
33 33
34int test_result; 34int test_result;
35 35
36void prepare_test (); 36void
37prepare_test ();
37 38
38void run_test (); 39void
40run_test ();
39 41
40void handle_message (void *cls, 42void
41 const struct GNUNET_MessageHeader *msg); 43handle_message (void *cls,
44 const struct GNUNET_MessageHeader *msg);
45
46int
47check_message (void *cls,
48 const struct GNUNET_MessageHeader *message);
42 49
43/** 50/**
44 * Structure for storing information of testbed peers. 51 * Structure for storing information of testbed peers.