aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-27 21:38:38 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-27 21:38:38 +0000
commit673dda8cec9a607d77543abd697982fc1fe9e271 (patch)
tree705a8202f6e704c193d2e23b416a3d6630e30f85 /src
parentaf7ad3fb767ea862c4cd499590b7722c2234ffcd (diff)
downloadgnunet-673dda8cec9a607d77543abd697982fc1fe9e271.tar.gz
gnunet-673dda8cec9a607d77543abd697982fc1fe9e271.zip
update
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 43553e5c1..3406355c5 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -27,6 +27,11 @@
27 * use functions from gnunet_{util,arm}_lib.h. This API is 27 * use functions from gnunet_{util,arm}_lib.h. This API is
28 * ONLY for writing testcases! 28 * ONLY for writing testcases!
29 * @author Christian Grothoff 29 * @author Christian Grothoff
30 *
31 * TODO:
32 * - modify configuration to allow 2087-connections from
33 * controlling host (otherwise shutdown won't work)
34 *
30 */ 35 */
31#include "platform.h" 36#include "platform.h"
32#include "gnunet_arm_service.h" 37#include "gnunet_arm_service.h"