aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-10 00:45:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-10 00:45:43 +0000
commita3e90d565fb6aaef6462d59a29d0fa03a34e997c (patch)
tree7b28288050d8bc0fe41211240b7f596bd0beaac4 /src/include
parentdfb3c59120f834a579d74391ec67391e1411b4cf (diff)
downloadgnunet-a3e90d565fb6aaef6462d59a29d0fa03a34e997c.tar.gz
gnunet-a3e90d565fb6aaef6462d59a29d0fa03a34e997c.zip
-auto-load hostkeys, minor bugfixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_lib-new.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h
index 9b5f4c2f5..b88cd9e98 100644
--- a/src/include/gnunet_testing_lib-new.h
+++ b/src/include/gnunet_testing_lib-new.h
@@ -87,28 +87,6 @@ GNUNET_TESTING_system_destroy (struct GNUNET_TESTING_System *system,
87 87
88 88
89/** 89/**
90 * Testing includes a number of pre-created hostkeys for faster peer
91 * startup. This function loads such keys into memory from a file.
92 *
93 * @param system the testing system handle
94 * @param filename the path of the hostkeys file
95 * @return GNUNET_OK on success; GNUNET_SYSERR on error
96 */
97int
98GNUNET_TESTING_hostkeys_load (struct GNUNET_TESTING_System *system,
99 const char *filename);
100
101
102/**
103 * Function to remove the loaded hostkeys
104 *
105 * @param system the testing system handle
106 */
107void
108GNUNET_TESTING_hostkeys_unload (struct GNUNET_TESTING_System *system);
109
110
111/**
112 * Testing includes a number of pre-created hostkeys for 90 * Testing includes a number of pre-created hostkeys for
113 * faster peer startup. This function can be used to 91 * faster peer startup. This function can be used to
114 * access the n-th key of those pre-created hostkeys; note 92 * access the n-th key of those pre-created hostkeys; note