aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-10 18:58:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-10 18:58:23 +0000
commitad85dcdd218b4c710793bea68f1a54d0b07e3cf3 (patch)
tree51acd0ef9508d8b752550862b81f49111de80bd2 /src/testbed/Makefile.am
parentd7251969415f00a5f80f2667088c31b3630b3792 (diff)
downloadgnunet-ad85dcdd218b4c710793bea68f1a54d0b07e3cf3.tar.gz
gnunet-ad85dcdd218b4c710793bea68f1a54d0b07e3cf3.zip
adding another testbed API function: convenience function to get all stats from all peers
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index a94193305..5efaef97e 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -51,6 +51,7 @@ libgnunettestbed_la_SOURCES = \
51 testbed_api_operations.c testbed_api_operations.h \ 51 testbed_api_operations.c testbed_api_operations.h \
52 testbed_api_peers.c testbed_api_peers.h \ 52 testbed_api_peers.c testbed_api_peers.h \
53 testbed_api_services.c \ 53 testbed_api_services.c \
54 testbed_api_statistics.c \
54 testbed_api_testbed.c \ 55 testbed_api_testbed.c \
55 testbed_api_test.c \ 56 testbed_api_test.c \
56 testbed_api_topology.c 57 testbed_api_topology.c